You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently rendering the portal target element when hydrating. This
breaks SSR when using portals. We need to *not* render portals during
hydration since portals (even the wrapper target) are not renderable on
the server.
Fixes#3824
cc @RobinMalfait
0 commit comments