PacktPublishing / Full-Stack-React-Projects-Second-Edition

Full-Stack React Projects - Second Edition, published by Packt
MIT License
461 stars 538 forks source link

After using server-side rendering, I always got warning in console #94

Open akaigyouhou opened 3 years ago

akaigyouhou commented 3 years ago

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.