Closed
Description
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 using useLayoutEffect
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
- Yes, I've updated all my dependencies.