The editor options
OptionalimmediatelyRender?: booleanWhether to render the editor on the first render.
If client-side rendering, set this to true.
If server-side rendering, set this to false.
OptionalshouldRerenderOnTransaction?: booleanWhether to re-render the editor on each transaction. This is legacy behavior that will be removed in future versions.
Optionaldeps: DependencyListThe dependencies to watch for changes
The editor instance
This hook allows you to create an editor instance.
The editor options
Optionaldeps: DependencyListThe dependencies to watch for changes
The editor instance
This hook allows you to create an editor instance.