自学内容网 自学内容网

react 使用 PersistGate 白屏解决方案

我在全局添加  PersistGate  组件后报错了

报错信息如下:

Uncaught Error: A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.

未捕获错误:组件在响应同步输入时挂起。这将导致UI被加载指示器替换。要修复此问题,应使用startTransition包装挂起的更新。

解决方法:

全局加入  Suspense  即可

 


原文地址:https://blog.csdn.net/weixin_59685936/article/details/144428153

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!