wiretap icon indicating copy to clipboard operation
wiretap copied to clipboard

:mag: A desktop app for inspecting mobx and mobx state tree apps

Results 11 wiretap issues
Sort by recently updated
recently updated
newest added

Under the actions pane, I'm seeing `This observable does not have any actions associated.` These are all singleton MST stores, so they are already instantiated. All of the stores are...

Mobx Wiretap desktop version `0.2.0` for Mac `package.json` ``` "react-native": "^0.55.0", ... "mobx-wiretap": "^0.13.1", "mobx-wiretap-remote": "^0.3.0", ``` I see the PORT is 4000 and can see the polling request to...

If the desktop Wiretap is not running, the injected code keeps connect to the 4000 port every few seconds, and throws errors: (I'm using the recommended configuration) ``` mobx.js:6088 GET...

Working example: https://codesandbox.io/s/7j2147k0lj Adding an array of strings to a store causes an "Invariant failed" error and stops loading the application when Wiretap is used. ![2018-10-30 16_29_07-simple mobx todolist -...

![image](https://user-images.githubusercontent.com/391153/37848467-8d2ec12c-2ed4-11e8-9adb-77b3d1caf8f7.png)

I can't get wiretap to work, it says "inspecting app" but will just hang forever.

There are no d.ts declarations in your awesome project. Are you going to add them later? Thanks.

On one of my store I'm getting the following error: `TypeError: Cannot read property 'isMobxAction' of null` However, I can't see what in my store wiretap is having problems with....

waiting for response

https://unpkg.com/[email protected]/lib/mobx.umd.js

waiting for response

since there now is a undoManger - patchRecorder grouped by actions - we could add a proper time traveling to wiretap. https://github.com/mobxjs/mobx-state-tree/pull/504 though for wiretap we'd not only want to...

enhancement