-
_This might be related to #27._
### / Short
Last night I tried to figure out why I got following execution order:
`.onAttachedToRootStore`
`.onAttachedToRootStore`
`(detachMethod)`
and it …
-
Currently this hook fired after parent action has ended. In my app there is some corner case, where other reactions fired after action bounds, but before hook, and this is not really good, because the…
-
When using `@observable` over an unassigned property it won't be actually made observable
It needs to be assigned to undefined for it to work
```ts
import { observable, makeObservable, isObservab…
-
Hi! Currently I translated out project from mst to keystone, and we actively using `addDisposer`. Does it possible to implement it in keystone?
-
Our biggest challenge with Mobx Keystone is finding a reliable way to detach a collection of submodels. For example, given a parent model, we are trying to iterate through child models, calling `detac…
-
I want to access the underlying id that the Ref is pointing to.
Ref.d.ts
```
declare const Ref_base: import("../model/Model")._Model
-
The `interceptArrayMutation` function throws an error in development mode when an array element is `undefined`:
https://github.com/xaviergonz/mobx-keystone/blob/7fa164b1fdfd1af1dc06033c48faa1aa5cad…
-
Would you be open to exporting `assertTweakedObject` as part of the public API? It is widely used in `mobx-keystone` internally and would be useful for writing custom utility functions that operate on…
-
# MobX 6
Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently
## Goals
### 🧨 1. Become compatible with modern ES standards
Let's start with th…
-
Hi! Loving, the library so far- trying to move away from MST into something similar but with better performance and type support, so thanks for your effort!
I have an issue when trying to expose `typ…