-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redux-devtools-cli open argument doesn't work #454
Comments
Sorry about that. It's not on npm yet as |
Are there any updates on the status of this? It would be awesome to not have to write a custom local application to run the dev tools app locally. |
Just checking in to see if this issue can be fixed. Thanks |
I'd also like to chime in and ask if this is still a priority or not? In the meantime, I've found that (if you're using VSCode as your editor), that the VSCode Redux DevTools extension is a valid workaround for the time being. However, it's not ideal, as the default settings for Also, I've found that you need to click around a decent amount in the embedded dev tools in order to get the correct data to finally show up. Again, it's not ideal, and I'd love to know if there's a better alternative, or if this will be fixed at some point? Edit: Including the URL for the VSCode extension: https://marketplace.visualstudio.com/items?itemName=jingkaizhao.vscode-redux-devtools Edit 2: Turns out that there's a much better system for debugging React Native apps that has built-in support for Redux storage: https://github.com/jhen0409/react-native-debugger. After working at it for about 5 minutes, I had a full debugging setup up and running, including capturing |
Resolved with |
After installing
redux-devtools-cli
I runredux-devtools --open
and get this output:Nothing opens. I tried the open argument with the alternatives as well.
The text was updated successfully, but these errors were encountered: