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
When I use this editor in combination with react hook forms in a form which gets submitted with a nextjs server action I always get a SSR hydration error.
After a lot of debugging I found out that the problem is cased by the css import.
My fix was copying the styles into my project and removing all font imports. Somehow this fixed the problem.
The text was updated successfully, but these errors were encountered:
When I use this editor in combination with react hook forms in a form which gets submitted with a nextjs server action I always get a SSR hydration error.
After a lot of debugging I found out that the problem is cased by the css import.
My fix was copying the styles into my project and removing all font imports. Somehow this fixed the problem.
The text was updated successfully, but these errors were encountered: