mobx-devtools
mobx-devtools copied to clipboard
Mobx Devtools (React, Chrome Extension) - Looking for maintainers! https://github.com/mobxjs/mobx-devtools/issues/55
No Roots
I defined a RootStore, but get the "No Roots" message here in mobx-devtools. Everything seems to be working with a mix of class and functional components. ``` const store =...
electron: 13.2.2 mobx: 6.3.3 mobx-state-tree: 5.0.2 mobx-devtools-mst: 0.9.30 MobX Developer Tools extension: 0.9.26 For downloading extension i use electron-devtools-installer (v3.2.0). After application started "Connecting..." stucks in mobx extension tab.
I have added MobX to my electron app using electron-devtools-installer ` installExtension(MOBX_DEVTOOLS) .then((name) => { console.log(`Added Extension: ${name}`); }) .catch((err) => console.log('An error occurred: ', err)); ` Console log says:...
Running `yarn add -D mobx-devtools` throws an error: ``` HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v10.1.3/electron-v10.1.3-darwin-arm64.zip at EventEmitter. (/Users/david/dev/kiosk/node_modules/got/source/as-stream.js:35:24) at EventEmitter.emit (events.js:400:28) at module.exports (/Users/david/dev/kiosk/node_modules/got/source/get-response.js:22:10) at ClientRequest.handleResponse (/Users/david/dev/kiosk/node_modules/got/source/request-as-event-emitter.js:155:5) at...
Is it possible to update peer dependency on mobx to include v6? ``` "mobx": "^6.3.5", "mobx-devtools-mst": "^0.9.30", ``` ``` npm ERR! Could not resolve dependency: npm ERR! peer mobx@"^2.2.0 ||...
 When I click mobx-devtools in context menu  I got this:  my package.json: [package.json.txt](https://github.com/mobxjs/mobx-devtools/files/6414413/package.json.txt) yarn.lock: [yarn.lock.txt](https://github.com/mobxjs/mobx-devtools/files/6414416/yarn.lock.txt)
I am beginner of React. So! Can you teach me how to use `mobx-devtools` in React?? If you have some examples, please tell me~^^ Thx
My mobx version is 5.15.1, open devtools blank, check the console, it shows an error  `window.js:8420 TypeError: Error in invocation of tabs.get(integer tabId, function callback): No matching signature. at...
Hi, I'm using the `mobx-devtools-mst` package and I can't seem to be able to capture the Initial State. I'm able to see the patches, but the initial state always shows...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.11.5 to 3.1.11. Release notes Sourced from webpack-dev-server's releases. v3.1.11 3.1.11 (2018-12-21) Bug Fixes bin/options: correct check for color support (options.color) (#1555) (55398b5) package: update spdy v3.4.1...4.0.0...