Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我zustand用来管理我的状态。
zustand
我将宽度状态保留在用户本地存储中,然后重新加载并在控制台中,我看到如下错误:
道具style不匹配。服务器:“宽度:400px” 客户端:“宽度:385px”
style
这是因为默认状态是400,但在客户端本地存储中是385,加载时会产生冲突
当我尝试保持挂载和卸载组件的状态时,它变得最糟糕,因为默认服务器状态是挂载但客户端状态是卸载并且它会使客户端崩溃