sveltekit-ssr-store icon indicating copy to clipboard operation
sveltekit-ssr-store copied to clipboard

A drop-in replacement for Svelte stores, safe to use with SvelteKit SSR.

Results 2 sveltekit-ssr-store issues
Sort by recently updated
recently updated
newest added

Would it be possible to update the dependencies so that it becomes compatible with sveltekit 2?

Works well in dev mode but when bundling for production using `vite build` this breaks because it internally uses `page` store as a key. error log ``` Error: Function called...