Describe the bug
<what's going wrong!?>
Spinner icon is showing up beside all icon buttons, see image below:

Environment: Nextjs
Edit:
I added a CSS style to the editor to hide the spinner, the icon buttons render correctly now. I do hope this isn't masking an issue.
.mantine-ActionIcon-loader {display: none}
To Reproduce
I followed the quick start instructions in https://www.blocknotejs.org/docs/quickstart
Misc
Describe the bug

<what's going wrong!?>
Spinner icon is showing up beside all icon buttons, see image below:
Environment: Nextjs
Edit:
I added a CSS style to the editor to hide the spinner, the icon buttons render correctly now. I do hope this isn't masking an issue.
.mantine-ActionIcon-loader {display: none}
To Reproduce
I followed the quick start instructions in https://www.blocknotejs.org/docs/quickstart
Misc