You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
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}
This was kind of a pain to diagnose, but bottom line is that it should be fixed by updating Mantine from 7.4.2 to 7.5.0. I'm not sure exactly what's causing the issue, but there seem to be styles missing in @mantine/core/styles.css for the .m-302b9fb1 selector that's used in the loader in 7.4.2. Using 7.5.0 and disabling these additional styles causes icons to have the loader visible next to them as in the screenshot.
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
The text was updated successfully, but these errors were encountered: