You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the app, click the "add" button - works correctly
Open src/root.tsx and enable <Suspense />
Click the "add" button - createEffect only runs once and localStorage is never updated
Context 🔦
create-solid version 0.2.30
Welcome to the SolidStart setup wizard!
There are definitely bugs and some feature might not work yet.
If you encounter an issue, have a look at https://github.com/solidjs/solid-start/issues and open a new one, if it is not already tracked.
✔ Where do you want to create the app? … solid-suspense
✔ Which template do you want to use? › bare
✔ Server Side Rendering? … no
✔ Use TypeScript? … yes
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Current behavior 😯
In the example app https://github.com/lirbank/solid-suspense I have disabled
<Suspense />
in src/root.tsx.If I enable
<Suspense />
the the createEffect in src/routes/index.tsx never re-run so the data is never persisted to localStorage.Expected behavior 🤔
The createEffect should re-run when ever data in the createStore changes when
<Suspense />
is enabled.Steps to reproduce 🕹
Steps:
<Suspense />
in src/root.tsx<Suspense />
Context 🔦
create-solid version 0.2.30
Welcome to the SolidStart setup wizard!
There are definitely bugs and some feature might not work yet.
If you encounter an issue, have a look at https://github.com/solidjs/solid-start/issues and open a new one, if it is not already tracked.
✔ Where do you want to create the app? … solid-suspense
✔ Which template do you want to use? › bare
✔ Server Side Rendering? … no
✔ Use TypeScript? … yes
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: