-
hi,
I use global store as described in https://mobx.js.org/best/store.html#combining-multiple-stores
so I'm decorating class with @remotedev(/*{ config }*/) like this:
```
import ProjectsStore fr…
mi4uu updated
5 years ago
-
## The dependency [remotedev](https://github.com/zalmoxisus/remotedev) was updated from `0.2.7` to `0.2.8`.
🚨 [View failing branch](https://github.com/jhen0409/remotedev-react-state/compare/master..…
-
I encountered following error, using mobx-remotedev.
![mobx-err](https://cloud.githubusercontent.com/assets/19804724/23305278/4bafc1b2-fa9e-11e6-8f0b-8aea5f81b402.png)
after removing mobx-remote…
zepod updated
7 years ago
-
using Gateway `2023.1.2` and plugin version `2.3.0`
here's the output:
```
The following exception failed the deployment
com.jetbrains.gateway.ssh.deploy.DeployException:
Details:
An err…
-
I have an app that works fine if I do not use/ reference `mobx-remotedev`. I can even use "react-native Debugger" to connect in debug mode and have access to the console.
However, when I add `mobx-…
-
Similar to #29, I can't make it capture anything at all, even when I set `enforceActions: 'never'`. I also need to import `remotedev` using `import remotedev from 'mobx-remotedev/lib/dev';`, it won't …
-
![image](https://user-images.githubusercontent.com/12014233/50014095-f7a59e80-ff90-11e8-880c-8c378b4d794c.png)
Edwik updated
2 years ago
-
I have a weird problem. remotedev won't show any activity in the Chrome extension window if I enable MobX's `useStrict`. It will correctly show the stores, but only with default values, and will never…
-
## The devDependency [remotedev-rn-debugger](https://github.com/jhen0409/remotedev-rn-debugger) was updated from `0.8.3` to `0.8.4`.
🚨 [View failing branch](https://github.com/jhen0409/react-native-…
-
I'm using `remote-redux-devtools` with `remotedev-server`, and *sometimes* when I have the redux-dev page open (e.g. `localhost:${remotedev_port}`), the page slows down to a crawl and eventually hangs…