Describe the feature or change you'd like
Error behaviour:
Log in
See that caching is ongoing
Switch page via the SearchBar before caching is done
See error in console
Notice that your cache data might be fucked up
Additional context
This error occurs due to intel.appendList() is not only called for the logged user.
snek-intel does not use separated databases for each intel.appendList() iteration therefore the data seems to be inconsistent.
I would suggest to add some checks to prevent this in the App.js
Describe the feature or change you'd like Error behaviour:
Additional context This error occurs due to
intel.appendList()
is not only called for the logged user.snek-intel
does not use separated databases for eachintel.appendList()
iteration therefore the data seems to be inconsistent.I would suggest to add some checks to prevent this in the
App.js