Sanshain / preact-boilerplate

preact boilerplate
0 stars 0 forks source link

"useSyncExternalStoreWithSelector" is not exported by "node_modules/use-sync-external-store/with-selector .js", imported by "node_modules/react-redux/dist/react-redux.mjs". #11

Closed Sanshain closed 2 months ago

Sanshain commented 2 months ago

Trouble:

"useSyncExternalStoreWithSelector" is not exported by "node_modules/use-sync-external-store/with-selector .js", imported by "node_modules/react-redux/dist/react-redux.mjs".

Reason

Described here.

Solution:

Use @rollup/plugin-commonjs (check out existing it in configured plugins)