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
Props are empty object initialy, then are populated after re-render. With SSR I got hydration mismatch error from React, because props were {children:"Hello"} on server, but on client they are initialy empty object.
Expected behavior:
props are: {children:"Hello"}
Environment:
node vesrion: 18
npm version: 9
atomic-layout version: 0.16.2
The text was updated successfully, but these errors were encountered:
When:
Current behavior:
Props are empty object initialy, then are populated after re-render. With SSR I got hydration mismatch error from React, because props were {children:"Hello"} on server, but on client they are initialy empty object.
Expected behavior:
props are: {children:"Hello"}
Environment:
18
9
0.16.2
The text was updated successfully, but these errors were encountered: