react-context-devtool
react-context-devtool copied to clipboard
React context and useReducer debugging tool
This improves how contexts that are not explicitely named (e.g. `debug_id8` etc.) are displayed in the sidebar. The idea was to simply show the first three keys of the context...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
https://github.com/deeppatel234/react-context-devtool/blob/2ccacdbc6f729586b7215c5e5748b7ba820e21da/packages/devtool-extenstion/src/containers/UseReducerView/index.js#L117 The scrollbar doesn't automatically scroll to the bottom on dispatch. Adding a `tabindex="1"` to the last `` in that `` should solve it. Or maybe using a ref.
Hello, I am creating a browser extension and wondering the best way to use this devtool to debug it. One solution would be to use it as a standalone Electron...
Dispatching multiple actions will only result in the first action being tracked in the chrome extension. Afterwads all dispatched actions will be tracked correctly. Notice how the onclick dispatches two...
It would be cool if DevTools had a support for react native as well
**Is your feature request related to a problem? Please describe.** When ever I modify my app in such a way that a context name or reducer name changes, the newly...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** When a page contains iframe which uses react, the extension is unable to recognise it. **To Reproduce** Steps to reproduce the behavior: load a page is not...