-
I noticed a bug in my older app. I use :
```javascript
import { getRootStore } from 'mobx-keystone';
const rootStore = getRootStore(this);
```
This used to work and i used it allot in my …
-
I am developing an outlining note-taking tool based on react and mobx-keystone, and I encouter a problem: when the outline tree grows too large (with about 2000 nodes), every action handled by mobx-ke…
-
Hey everyone,
I was wondering if there's any way of storing binary data in Mobx Keystone.
We are using YJS, and their format is binary.
We found that adding base64 serialization/deserializat…
-
**Is your feature request related to a problem? Please describe.**
I'd like a 'connect' and 'close' events to be emitted after y-webrtc has connected/disconnected so that I can show a connection st…
-
It looks like TSDX is not maintained: https://github.com/jaredpalmer/tsdx/issues/1065
As an alternative I suggest to migrate to plain Rollup. `eslint-plugin-mobx` is already using Rollup without TS…
kubk updated
12 months ago
-
Hey all!
Currently evaluating mobx-keystone for a project. We are already using typescript 5.1.6 and the "new" decorators as well as `"moduleResolution": "bundler"` in tsconfig.json but this yields…
-
`mobx`:
- https://mobx.js.org/README.html
- https://github.com/mobxjs/mobx
`mobx-state-tree`:
- https://mobx-state-tree.js.org/intro/welcome
- https://github.com/mobxjs/mobx-state-tree
…
-
## The dependency [next](https://github.com/zeit/next.js) was updated from `9.0.5` to `9.0.6`.
🚨 [View failing branch](https://github.com/skdigital/tec-2000-nextjs/compare/master...skdigital:greenke…
-
**Rationale:**
It would be really nice to get updated about all changes (also deep updates) of all instances of a given Model in a canonical way "at a central place".
As I understand from keys…
-
**_Bug report_**
* [X] I've checked documentation and searched for existing issues
* [X] I've made sure my project is based on the latest MST version
* [ ] Fork [this](https://codesandbox.io/…