React Hydrate ( 'Warning: Did not expect server HTML...' )
Hi guys,
I'm trying to hydrate a SSR markup with react, But i always get this Warning:
warning.js:33 Warning: Did not expect server HTML to contain the text node "Mika" in <section>
This is the component that is rendered on server
class Home extends...