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 trying to implement an editor using quill and React + Next.js. I am using 'use client' and dynamic from Next.js to turn off any server side rendering. Here is my code:
Everything works fine, the only problem is that once I format a text using Bold/Italic/Underline, if I try to toggle them off, it's not working. Am I doing something wrong? I would really appreciate some guidance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to implement an editor using quill and React + Next.js. I am using
'use client'
anddynamic
from Next.js to turn off any server side rendering. Here is my code:Everything works fine, the only problem is that once I format a text using Bold/Italic/Underline, if I try to toggle them off, it's not working. Am I doing something wrong? I would really appreciate some guidance.
Beta Was this translation helpful? Give feedback.
All reactions