We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @typicaljoe,
I'm searching for a way to load existing data and use defaulf data just as fallback if there is no data in local storage.
But, it fails without default data and with both initial default data an store() activated each page relad duplicates my data in local storage.
store()
Whats wrong here? Any chance to use existing data preferred over additional initial data import?
The text was updated successfully, but these errors were encountered:
Workaround:
But maybe there is a better way to load existing data from localstorage OR import initial data?
Sorry, something went wrong.
No branches or pull requests
Hi @typicaljoe,
I'm searching for a way to load existing data and use defaulf data just as fallback if there is no data in local storage.
But, it fails without default data and with both initial default data an
store()
activated each page relad duplicates my data in local storage.Whats wrong here? Any chance to use existing data preferred over additional initial data import?
The text was updated successfully, but these errors were encountered: