Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
astro-redux
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cd508183
authored
2024-05-15 12:33:53 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
In ReduxIsland, pass the props through to the child component.
1 parent
06c2a1e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/ReduxIsland.astro
src/ReduxIsland.astro
View file @
cd50818
...
...
@@ -4,4 +4,4 @@ import "use-sync-external-store/with-selector.js"
const { props, locals: { store } } = Astro
---
{await Astro.slots.render('default', [{ASTRO_STORE: store}])}
{await Astro.slots.render('default', [{
...props,
ASTRO_STORE: store}])}
...
...
Please
register
or
sign in
to post a comment