-
Hi folks,
First of all, great work done with Jotai. Good documentation too.
I have a use-case where i am require to maintain a component tree and its styles, which are to be rendered on a page. …
-
We've been using references with Mobx Keystone, which work well so far:
https://mobx-keystone.js.org/references
Our question is with regard to the `onResolvedValueChange` pattern:
```
onResolved…
-
Hi 👋 and thanks for the easy to use and powerful library!
I'm working on integrating a `React-MobxKeystone` front-end with my `graphql` backend and was curious if the community had recommendations…
-
Is it possible to initialize a model from a snapshot without $modelId and $modelType fields? Like in MST.
As I understand it, if you specify the root model, and also if there is information about typ…
ZFail updated
4 years ago
-
I'm not sure if MK supports this, but MST has an `unprotect(store)` function. I know it's not recommended, but I used it after getting frustrated with not being able to trigger actions on other branch…
-
Hello, first, let me thank you for AWESOME package. Made my life so muche easier. I just have and issue with inheritance from Generic Models, it seems to short circuit something in Typescript. Example…
-
https://codesandbox.io/s/mobx-keystone-typings-yo2rs?file=/src/index.tsx:0-179
Currently there no ts error if some object with exta fields is passed to model constructor, but there is runtime error…
-
Are you open to maintaining a changelog, which I think is helpful especially with `0.y.z` library versions to keep track of compatible vs. breaking changes.
Somewhat related to this, are you open t…
-
_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 …
-
Hi,
Im trying to use Jest Snapshots for testing but when I use a rootReference I keep getting invalid snapshots because the modelId of the rootRef changes despite me explicitly setting the modelId …