svelte-persistent-store
svelte-persistent-store copied to clipboard
Persist your svelte store in localStorage or sessionStorage
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.24.1 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I installed the `svelte-persistent-store` library, and got error while importing `writable` from `svelte-persistent-store/dist/local` `theme.svelte` ```html import { setContext } from 'svelte' import { writable as persist } from 'svelte-persistent-store/dist/local' import...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Greets, I'd like to make a PR or just get this module updated for better exports in package.json. This will remove several warnings from Node and Svelte. I can make...
In https://github.com/sveltejs/svelte/pull/6750, there is a proposed change to the StartStopNotifier type of Svelte stores, which will be a breaking change for anyone creating custom stores. See the PR for details,...
I'm getting this error using snowpack `Dependency Install Error: Package "svelte-persistent-store/dist/local" not found. Have you installed it?` Package was installed correctly with npm. Any ideas?
I wonder if you could shed some light a question I have. The common use case I see for persistence is writable stores ... so they will "pick up where...
See here: https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event This makes sense right? Since the store is synced with localStorage, it should be bound both ways right? I'd suggest to implement this both for the readable...
Upgrading a some dependencies in a svelte app where this persistent store was working. I haven't pinned down the precise culprit, my hunch/guess is rollup-plugin-node-resolve ``` "devDependencies": { "cypress": "^6.2.0",...