Which is "legacy behavior": shouldRerenderOnTransaction: false
or "re-render[ing] the editor on each transaction"
#5553
-
The comment for the "This is legacy behavior that will be removed in future versions." Does this refer to the property tiptap/packages/react/src/useEditor.ts Line 34 in 9907eb3 The For context, I'm asking because I want the performance benefits from setting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Re rendering on every transaction in the default and legacy behavior. With V3 we will make it so that you have to read from the editor state with useEditorState hook to get re rendering based on state |
Beta Was this translation helpful? Give feedback.
Re rendering on every transaction in the default and legacy behavior. With V3 we will make it so that you have to read from the editor state with useEditorState hook to get re rendering based on state