-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't open dev tools window #23
Comments
Seems like the button just does that (not sure, I'm just a new user :P) But you need to access it from the inspect window, there should be a "Reselect" tab I was not seeing it at first, and I have to add setup code for reselect-tools while creating redux store
(as it is in the README) |
I don't think I set up the notifications properly in this repository. Sorry I didn't respond! @javierfernandes is correct that the button doesn't do anything, and the chrome extension will show up in the dev tools panel only if the reselect bindings have been installed in the app. (Though I think you only need the first part, createSelectorWithDependencies) I would like to make the icon more useful - it was kinda a rushed job. |
Landed here too. Found it confusing that clicking the extension just opens the repo. 🤞this tool takes off. |
Moving all issues from the extension repo to the library repo, as I'm combining them (see #24). Thanks! |
The right thing to do here is to mirror the behavior of the react devtools, and only enable the extension icon when the hooks are installed. See note here Entrypoint here: https://github.com/skortchmark9/reselect-tools/blob/master/extension/chrome/extension/background.js#L2 |
Whenever I click on the extension it either takes me to your github page or the page for the extension. I looked for another panel in the devtool window like in your screen shot but didn't see any.
The text was updated successfully, but these errors were encountered: