mobx-react-devtools icon indicating copy to clipboard operation
mobx-react-devtools copied to clipboard

[DEPRECATED] Tools to perform runtime analyses of React applications powered by MobX and React

Results 18 mobx-react-devtools issues
Sort by recently updated
recently updated
newest added

I think this might be similar to #92 I have no idea what this means or under what circumstances this might occur. Any pointers on where to look maybe? Using...

I have this error when including `` ![image](https://user-images.githubusercontent.com/19695832/58715011-47084b80-83c6-11e9-8aa0-77ba45af30a4.png) Using these packages: ```json "mobx": "^5.9.4", "mobx-react": "^6.0.2", "mobx-react-devtools": "^6.1.1", "react": "16.8.6", "react-dom": "16.8.6", "react-scripts": "^3.0.1", ```

I am not sure if the project is [this](https://chrome.google.com/webstore/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod?utm_source=chrome-ntp-icon), I am looking forward to any help.

Hello and thanks for mobx and the devtools! :) I'm trying to use the devtools in an app while using React's (relatively) new [StrictMode](https://reactjs.org/docs/strict-mode.html). But I'm getting this error: ```shell...

in our new project, we are using only functional components with react hooks. thus, we only need `mobx` and `mobx-react-lite` as dependencies. however, if we use `mobx-react-devtools`, then it requires...

upgrading from 6.0.3 to 6.1.1, the dev tools no longer show up in the top right corner. my code to load them: ```js const DevTools = React.lazy(() => process.env.NODE_ENV ===...

Hey, is it possible to make this package compatible with preact and preact-mobx? Thanks

Hi, I'm getting inconsistent results when using the highlight updates feature of Mobx React Devtools and React Devtools. Using **Mobx-React-Devtools** the Mobx components are only highlighted twice (when they render...

I'm running into a problem where the mobx DevTools miss some actions that run synchronously with the page load (its an authentication check that gets run by a react-router `onEnter`...

enhancement

The setup is simple. React with MobX and TypeScript along with MobX DevTools. The app is pretty much a copy paste of the 10 min todo introduction of MobX. The...