-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
Hello,
The following PR introduced a bug related to lazy loaded feature modules: https://github.com/btroncone/ngrx-store-localstorage/pull/76/files
The net effect of this PR is to re-hydrate the state when every feature module is loaded, and this breaks sections of the state which are selectively serialized (localStorageSync({keys: [{todos: ['name', 'status'] }, ... ]}))
).
The result is the state being rehydrated and deleting all other keys not in local storage.
philjones88, magnattic, sylvaindumont, duard, supruniuk and 8 moremagnattic and azhukau-dev
Metadata
Metadata
Assignees
Labels
No labels