admin管理员组文章数量:1399136
I got the following error on vite preview after vite build. I have used React 19, I got the same error even after rolling back to React 18. If I remove the <Provider>
, it works, but with Provider
it doesn't.
Uncaught TypeError: Cannot set properties of undefined (setting 'Children')
at requireReact_production_min (react.production.min.js:20:17)
at requireReact (index.js:4:20)
at requireUseSyncExternalStoreWithSelector_production (use-sync-external-store-with-selector.production.js:12:13)
at requireWithSelector (with-selector.js:4:20)
at with-selector.js:4:87
本文标签:
版权声明:本文标题:reactjs - Uncaught TypeError: Cannot set properties of undefined (setting 'Children') with redux Provider - Stac 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744149943a2593015.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论