You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
What is the current behavior?
Redux Devtools works with ngrx when running an app in browser, but doesn't work when trying
to debug on a remote device.
Expected behavior:
Redux Devtools and @ngrx/store-devtools works the same way for remote debugging targets as for in-browser pages.
Minimal reproduction of the problem with instructions:
I'm submitting a...
What is the current behavior?
Redux Devtools works with ngrx when running an app in browser, but doesn't work when trying
to debug on a remote device.
Expected behavior:
Redux Devtools and @ngrx/store-devtools works the same way for remote debugging targets as for in-browser pages.
Minimal reproduction of the problem with instructions:
ionic serve
and validate that the instance is selectedionic run android
and see that no instance is availableVersion of affected browser(s),operating system(s), npm, node and ngrx:
@ngrx/core: 1.2.0
@ngrx/store: "4.0.2
@ngrx/store-devtools: 4.0.0
Chrome: latest
NPM: 5.3.0
Node: v8.3.0
OS: MacOS Sierra 10.12.6
Other information:
N/A
The text was updated successfully, but these errors were encountered: