Closed tomflorentin closed 4 years ago
Can you post an example repo or codepen/jsfiddle/etc. that reproduces the issue?
This is how I solved ssr issue:
Going to fold this into #162 since its the same issue
This is how I solved ssr issue:
This works, however i also had to add key={isClient ? 0 : 1}
to make sure it remounts the component (only for when you rely on init props )
Does not work with next JS server side rendering
In the server console :
while i'm using a desktop browser.