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
After using server-side rendering, I always got warning, something like:
"
react-dom.development.js?61bb:67 Warning: Text content did not match. Server: "Sign up" Client: "My Shops"
"
I am not quite sure where's this problem come from. But I suppose it comes from the detail of server-side rendering.