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'm using Next.js,
it populates a div with 'contenteditable' attribute according to 'disabled' prop on server side.
When clientside toggles 'disabled' prop of the component and tries to rehydrate/rerender the component, it doesnt override the existing 'contenteditable' attribute on the div.
Also seeing this. It doesn't seem related to SSR, I'm using ContentEditable client side, despite passing disabled={true}contenteditable=true when inspecting the source.
I'm using Next.js,
it populates a div with 'contenteditable' attribute according to 'disabled' prop on server side.
When clientside toggles 'disabled' prop of the component and tries to rehydrate/rerender the component, it doesnt override the existing 'contenteditable' attribute on the div.
used this as a work around:
The text was updated successfully, but these errors were encountered: