I\'m getting the following error using SSR
The issue is on the c
This will solve the issue.Warning: Expected server HTML to contain a matching
// Fix: Expected server HTML to contain a matching in
const renderMethod = module.hot ? ReactDOM.render : ReactDOM.hydrate;
renderMethod(