You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I worked a bit on this, check out my fork. I also use boilerplate for making these entity stores persist state in localstorage. Could add option to extend this store to use that as well.
Hi, package looking awesome and really want to use it. I'm getting:
"Cannot use import statement outside a module".
I'm very inexperienced with writing packages so troubleshooting this is not going great. Could it be related to: this?
Anyway anyone has time to look at this it would be super.
EDIT:
I might have fixed it, idk if it breaks for other versions of svelte. On "svelte": "^4.0.5", adding:
to the \node_modules\svelte-entity-store\package.json works. LMK if you want me to PR that.
The text was updated successfully, but these errors were encountered: