With the release of Tiptap `v2.5`, the [`useEditor` hook now includes an option to render the editor on the first render](https://github.com/ueberdosis/tiptap/pull/5161). 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.