Martin
Martin
Restarting the computer resolved the issue for me.
Restarting the computer resolved the issue for me.
Restarting the computer resolved the issue for me.
# React solution Based on this PR, if anyone is using React (create-react-app and not Next.js or other) and is looking for a way of solving this issue, you can...
# Next.js solution For anyone looking for a solution for `Next.js`, you can use the following code and completely get rid of this library: * Remove `react-firebaseui` (`yarn remove react-firebaseui`)...
I have the same issue as well. Not sure why it's happening...
Making it async is a pretty reasonable option in my opinion. That way, we should be able to use `generateHTML` with NextJS async (server) components.
As reported here (with a reproduction example), this is happening in both cases where the turbopack is enabled and disabled. So, it's not a turbopack issue: https://github.com/ueberdosis/tiptap/issues/6502
I'm facing the same issues as @mtr1990 Would be great if we could provide the default color scheme. Have there been any updates on this?
The theme flickers on the first render. If the system default color mode is set to dark, and the `defaultMode` of the `Theme` is set to `light`, the app still...