Fix issue with astro/vite/rollup not finding a named export.
Showing
1 changed file
with
2 additions
and
0 deletions
1 | import React from 'react' | 1 | import React from 'react' |
2 | // Fix issue with astro/vite/rollup, no export | ||
3 | import "use-sync-external-store/with-selector.js" | ||
2 | import { Provider } from 'react-redux' | 4 | import { Provider } from 'react-redux' |
3 | import { getBrowserStore } from './client.mjs' | 5 | import { getBrowserStore } from './client.mjs' |
4 | 6 | ... | ... |
-
Please register or sign in to post a comment