React's warning

an error was prompted after using server-side rendering

clipboard.png

mobx

clipboard.png

Please also explain


are you sure you are using hydrate () to render? you haven't used mobx, but the second mistake has nothing to do with you, it has something to do with the library

import { hydrate } from "react-dom"
import MyPage from "./MyPage"
hydrate(<MyPage/>, document.getElementById("content"));
Menu