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.
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: 0in the parameters when creating the store. I've also tried creating a class that extendsStorethat every method calls.load()but neither that works.I would appreciate if it's fixed, I really use this package and is really useful.