Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Not showing state with chrome extension v2.12.1 (Lazy loading) #47

Open
IliaIdakiev opened this issue Jan 11, 2017 · 4 comments
Open

Not showing state with chrome extension v2.12.1 (Lazy loading) #47

IliaIdakiev opened this issue Jan 11, 2017 · 4 comments

Comments

@IliaIdakiev
Copy link

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

zalmoxisus added a commit to zalmoxisus/redux-devtools-extension that referenced this issue Jan 11, 2017
@zalmoxisus
Copy link
Contributor

@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 window.__devToolsExtension.send not via the connected one?

const devTools = window.__devToolsExtension.connect({ /*...*/ });
devTools.send(/*...*/);

@attilacsanyi
Copy link

Hi guys I also have a lazy loaded angular module and using this extension with @ngrx/devtools and StoreDevtoolsModule.instrumentOnlyWithExtension().

Issue:
None of the actions of the lazy loaded module are visible in redux-devtools extension (2.12.2.1), but the store working well underneath as expected.

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.

@emreavsar
Copy link

any updates here? or are you waiting for v3 of the store anyway?

@zalmoxisus
Copy link
Contributor

Could you please provide a repo and more details to reproduce that issue? The one reported here was fixed in 2.12.2. I'm not using Angular and don't know much about ngrx/store structure, but the demo app works with the extension without any issues. Or are you getting any troubles there as well?

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

No branches or pull requests

4 participants