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
However I'm still having uses with ssrOnly in Edge. The SSR load looks good, then the client load takes takes place seems to detach the Css Classes from the . WhenIdle works fine. ssrOnly works fine in Chrome and safari.
I'm using Next JS and Styled Components.
...i guess because it uses display:contents which is not supported in these browsers
I tried a css hack
but the hydration still failed.
The text was updated successfully, but these errors were encountered: