Closed
Description
The "select" method doesn't work when the dev tools extension is enabled (https://github.com/zalmoxisus/redux-devtools-extension).
You can see that by adding the following line into the AppComponent of the example app in the project:
appStore.select((state)=>state).subscribe((state)=>console.log(state));
// this won't work. Looking at the object outputted above shows why
appStore.select("counter").subscribe((counter)=>console.log("counter",counter));
You need to have the extension installed (otherwise, it won't enable it)
Metadata
Metadata
Assignees
Labels
No labels