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
I am using NextJS@latest i.e 12.2 with React 18 and above. I am loading it with next/dynamic but it seems that the moment i change the state (edit inside editor), the editor reloads itself (re-renders). This means that if i enter a letter, the cursor looses focus and i can only type ONE letter at a time.
Not sure what is going on but from what i know, this is a persistent issue with editors that are not compatible with SSR apis. If i use TinyMCE or any other, they seem to work flawlessly. Only way to make it work is through useRef since it does not cause re-render.
The text was updated successfully, but these errors were encountered:
I am using NextJS@latest i.e 12.2 with React 18 and above. I am loading it with next/dynamic but it seems that the moment i change the state (edit inside editor), the editor reloads itself (re-renders). This means that if i enter a letter, the cursor looses focus and i can only type ONE letter at a time.
Not sure what is going on but from what i know, this is a persistent issue with editors that are not compatible with SSR apis. If i use TinyMCE or any other, they seem to work flawlessly. Only way to make it work is through useRef since it does not cause re-render.
The text was updated successfully, but these errors were encountered: