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
Referring to #482, the issue was caused bysortArrayRandom being non-deterministic and the client rendering not matching the server.
- Add hydration state
- Add componentDidMount to set hydration to true, triggering re-render
- Update render() to return content only when hydration is true
0 commit comments