-
Notifications
You must be signed in to change notification settings - Fork 1k
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
How to use when I'm developing chrome extension #335
Comments
We used to have a solution for that (example) but it's no longer work on Chrome (See zalmoxisus/crossbuilder#48), so currently we recommend to use |
@jhen0409 @zalmoxisus Could you elaborate? I'm not really sure how to hook in to the extension from |
@zacacollier, there should be a button on the bottom to open Remote DevTools: There you can set the hostname and port if needed. |
I used the remote-redux-devtools to solve my problem! Thanks everyone. |
It looks works fine on latest version of Chrome (example), not sure if it is recent updates. 😂 |
Wow, that's good to know. Though I remember I romoved some parts in the last releases, so it should have some issues. I'll investigate this. We should be able to inspect firefox extensions as well now. |
I tried to use it in my chrome extension, but in my popup console:
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || window.__REDUX_DEVTOOLS_EXTENSION__
But in my devtools on popup there is "redux"(the redux-devtools-extension) 😿
It's not possible ?
The text was updated successfully, but these errors were encountered: