-
Hi Joshua! thanks for this amazing library! I am not sure if this is correct, before loading the store from localStorage, the default value is presented in the UI and then it changes to what it retrieves from the persisted store. Is there a way to avoid this behaviour? |
Beta Was this translation helpful? Give feedback.
Answered by
joshnuss
Feb 12, 2024
Replies: 1 comment 2 replies
-
Hi @ctwhome! Is your code rendering the store server side? Since Local storage is only available in the browser, areas that depend on it should not be rendered server-side. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ctwhome
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ctwhome!
Is your code rendering the store server side?
Since Local storage is only available in the browser, areas that depend on it should not be rendered server-side.