-
Notifications
You must be signed in to change notification settings - Fork 38
Not showing state with chrome extension v2.12.1 (Lazy loading) #47
Comments
@IliaIdakiev, thanks for the report. That's related to zalmoxisus/redux-devtools-extension@f0e2ec8. I've just fixed that in zalmoxisus/redux-devtools-extension@2b249b3. Will publish a patch in few hours. @MikeRyan52, any reasons to send data directly via const devTools = window.__devToolsExtension.connect({ /*...*/ });
devTools.send(/*...*/); |
Hi guys I also have a lazy loaded angular module and using this extension with Issue: IF I load eagerly the module, all actions well captured by the redux-devtools extension. I hope it is also the same issue, any update is really appreciated. |
any updates here? or are you waiting for v3 of the store anyway? |
Could you please provide a repo and more details to reproduce that issue? The one reported here was fixed in |
Hello,
I'm using ngrx/store and I have multiple lazy loaded modules. After the updating the chrome extension to v2.12.1 I'm not able to view the stores.
For anyone having problems with v2.12.1 you can download the prev version from here: v2.12.0
The text was updated successfully, but these errors were encountered: