ReduxIsland.astro 231 Bytes
---
import "use-sync-external-store/with-selector.js"
//import { ReduxAstroProvider } from 'astro-redux/react'

const { props, locals: { store } } = Astro
---
{await Astro.slots.render('default', [{...props, ASTRO_STORE: store}])}