solid
solid copied to clipboard
Pre-rendered content does not re-render to show updated content from storage engines in SSR environments
Describe the bug
In SSR environments such as Astro + Solid, pre-rendered content does not re-render to show updated content from persistent storage engines.
I understand that this package only claims to be an integration for Nano Stores and not Nano Stores Persistent but I will still open this issue just in case.
Your Example Website or App
Steps to Reproduce the Bug or Issue
- Open Minimal reproduction
- Observe that initial rendered value is initialValue
- Click on button and observe that rendered value changes.
- Observe also that localStorage value changes as well.
- Refresh tab and observe that rendered value is back to initialValue and does not update to show correct value from localStorage.