Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "how it works" readme example #23

Open
tadeucaldas opened this issue Mar 27, 2019 · 0 comments
Open

Fix "how it works" readme example #23

tadeucaldas opened this issue Mar 27, 2019 · 0 comments

Comments

@tadeucaldas
Copy link

In your readme, in the "Hot it Works" section, says to use

..... new BroadcastStrategy({key:.....})........

if u do that the console shows:

Uncaught TypeError: vuex_shared_mutations__WEBPACK_IMPORTED_MODULE_2__.BroadcastStrategy is not a constructor

What u really must do is

..... new BroadcastChannelStrategy({key:.....})........

The Channel part is missing... at least that's how i made it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant