Errors
Hydration Errors
There was a difference between the CSS rules that was pre-rendered from the server and the Master CSS rules that was rendered during the first render in the browser.
Causes
Why this error occurred
- The server's configuration does not match the client's.
- The server's version does not match the client's.
Solutions
Import the same configuration
import config from './master.css'
import config from './master.css'