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
Previously, I've used the package and it used to work fine but yesterday suddenly data-store wouldn't read all the data in the JSON file. If you log the data, it returns an empty object even if the file has data in it.
Is there any work around for this?
I've tried using debouce: 0 in the parameters when creating the store. I've also tried creating a class that extends Store that every method calls .load() but neither that works.
I would appreciate if it's fixed, I really use this package and is really useful.
The text was updated successfully, but these errors were encountered:
Previously, I've used the package and it used to work fine but yesterday suddenly data-store wouldn't read all the data in the JSON file. If you log the data, it returns an empty object even if the file has data in it.
Is there any work around for this?
I've tried using
debouce: 0
in the parameters when creating the store. I've also tried creating a class that extendsStore
that every method calls.load()
but neither that works.I would appreciate if it's fixed, I really use this package and is really useful.
The text was updated successfully, but these errors were encountered: