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
e0902336
authored
2024-05-02 17:46:01 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix issue with astro/vite/rollup not finding a named export.
1 parent
6aa819fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/react.jsx
src/react.jsx
View file @
e090233
import
React
from
'react'
// Fix issue with astro/vite/rollup, no export
import
"use-sync-external-store/with-selector.js"
import
{
Provider
}
from
'react-redux'
import
{
getBrowserStore
}
from
'./client.mjs'
...
...
Please
register
or
sign in
to post a comment