Skip to content

Commit 9a28283

Browse files
committed
doc(caveat): add client server mismatch
1 parent 8366740 commit 9a28283

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ To make the hot reloading of CSS work, we are not extracting CSS in development.
246246
247247
In development, after all scripts get loaded, react loads the CSS as BLOBs. That's why there is a second of FOUC in development.
248248
249+
#### Client and Server Markup Mismatch
250+
This warning is visible only on development and totally harmless. This occurs to hash difference in `react-router`. To solve it, react router docs asks you to use `match` function. If we use `match`, `react-hot-reloader` stops working.
251+
249252
## Roadmap
250253
251254
The roadmap discussion thread for v2.0.0 can be found [here](https://github.com/Hashnode/mern-starter/issues/146).

0 commit comments

Comments
 (0)