btroncone / ngrx-store-localstorage

Simple syncing between @ngrx store and local storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot mix partial and full state in sync keys

dnbo opened this issue ยท comments

In previous version (9.0.0) it was possible to mix partial and full state keys in the keys array passed to the localStorageSync function like

localStorageSync({
    keys: [
        { feature1: ['innerFeature'] },
        'feature2', 'feature2'
    ], rehydrate: true
})

This is no longer possible in the latest version, due to changes introduced with #165, causing it to error out.

๐ŸŽ‰ This issue has been resolved in version 10.1.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€