Skip to content

Commit

Permalink
docs(readme): add workaround for syncing across tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
BBlackwo authored Feb 2, 2021
1 parent d0791a3 commit 9b724ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ localStorageSync({
```
In this example, `feature1.slice11.slice11_1`, `feature1.slice14.slice14_2`, and `feature2.slice21` will be synced to `localStorage.feature1` and `localStorage.feature2`.

## Known Workarounds

1. [Sync state across multiple tabs](https://github.com/btroncone/ngrx-store-localstorage/issues/40#issuecomment-336283880)

## Release Notes / Changelog

From version 10 onwards, check [GitHub Releases](https://github.com/btroncone/ngrx-store-localstorage/releases) for release notes. For older versions check the [CHANGELOG.md](./CHANGELOG.md).
Expand Down

0 comments on commit 9b724ad

Please sign in to comment.