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
When we add a new ISBN to the Seed, it essentially gets ignored if the Browser already has a cache of books in Local Storage. Basically, the Seed data is overwritten by that cache on first run given our ngrx-store-localstorage in the Meta Reducers
Perhaps look into either extending the Meta Reducers functionality so it doesn't over write but upsert (add too). Might have to do a custom solution, but if it could simply hydrate the existing data with what is missing from the cache, it would work fine.
The text was updated successfully, but these errors were encountered:
When we add a new ISBN to the Seed, it essentially gets ignored if the Browser already has a cache of
books
in Local Storage. Basically, the Seed data is overwritten by that cache on first run given ourngrx-store-localstorage
in the Meta ReducersPerhaps look into either extending the Meta Reducers functionality so it doesn't over write but upsert (add too). Might have to do a custom solution, but if it could simply hydrate the existing data with what is missing from the cache, it would work fine.
The text was updated successfully, but these errors were encountered: