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 

本文标签: