-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ X ] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
When refresh my app and then open a separate "Chrome Developer Tools" window and select the "Redux" tab, it says "No Store found". However, if I click the Redux DevTools icon next to Chrome's address bar, I will see the DevTools and they work great. Also, if I have Chrome Developer Tools already open and refresh the page, the Redux Devtools load just fine.
Expected behavior:
The Redux DevTools should work in the Developer Tools window every time.
Minimal reproduction of the problem with instructions:
- Close Chrome
- Open the SPA in Chrome
- Open Chrome Developer Tools
- Click the "Redux" Tab and see "No Store Found"
- Click the Redux toolbar icon and the Redux DevTools work
- Refresh the page with Chrome Developer Tools
- Redux DevTools loads properly in the Chrome Developer Tools window
Version of affected browser(s),operating system(s), npm, node and ngrx:
Occurs in Windows and MacOS X
Chrome Version 61.0.3163.100 (Official Build) (64-bit)
@ngrx/effects 4.0.5
@ngrx/store 4.0.3
@ngrx/store-devtools@ 4.0.0
Reactions are currently unavailable