ReduxIsland.astro 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 --- import "use-sync-external-store/with-selector.js" //import { ReduxAstroProvider } from 'astro-redux/react' const { props, locals: { store } } = Astro --- {await Astro.slots.render('default', [{ASTRO_STORE: store}])}