We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the release of Tiptap v2.5, the useEditor hook now includes an option to render the editor on the first render. This makes the custom hook used here obsolete, which was included to solve the same issue and is currently outdated compared to the one provided by Tiptap.
v2.5
useEditor
Switching back to the official hook and providing an option to opt out could also fix #532 and #737.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the release of Tiptap
v2.5
, theuseEditor
hook now includes an option to render the editor on the first render. This makes the custom hook used here obsolete, which was included to solve the same issue and is currently outdated compared to the one provided by Tiptap.Switching back to the official hook and providing an option to opt out could also fix #532 and #737.
The text was updated successfully, but these errors were encountered: