[Bug]: useLayoutEffect ssr react warning #5872
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Affected Packages
react
Version(s)
latest
Bug Description
The latest version of tiptap uses
useLayoutEffect
, and in an ssr site react throws hundreds of warnings about usinguseLayoutEffect
on ssr. Can you use useIsomorphicLayoutEffect?Browser Used
Chrome
Code Example URL
No response
Expected Behavior
avoid the warnings if possible. they're dumb warnings and people have complained to the react team about them but they haven't done anything
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: