joshnuss / svelte-persisted-store

A Svelte store that persists to localStorage
MIT License
1.02k stars 42 forks source link

allow setting `syncTabs` after a store constructed #294

Closed CNSeniorious000 closed 1 month ago

CNSeniorious000 commented 1 month ago

Now we can't modify syncTabs or any other initialization options after creating a store by persisted(). Can we allow overriding this after creation?