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"));
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b9bd4e-2f2d5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b9bd4e-2f2d5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?