-
A computed property which uses a sandbox to determine its return value is not tracked. The test is meant to be included in `packages/lib/tests/treeUtils/sandbox.test.ts`:
```ts
test("sandbox props…
-
https://codesandbox.io/s/mobx-keystone-static-method-problem-4thb2?file=/src/index.tsx
```ts
import { Model, tProp, model } from "mobx-keystone";
@model("BuggyModel")
class BuggyModel extends …
-
Hello,
I use mobx-keystone in a project where i'm managing big amount of data that I get from api call.
The model that I receive are not mobx-keystone snapshot but the api models match my mobx-key…
-
When updating the mobx-keystone package in a react native app from v0.54.0 to v0.55.0 i have the following error:
```CLI
ERROR TypeError: undefined is not a function, js engine: hermes
ERROR …
-
I apologise if this is the wrong place for this. But I really wanted to get across to the library's creator, @xaviergonz
I've been using mobx-keystone for about a month now and I've never been so i…
-
With your permission @xaviergonz I'd like to add mobx-keystone's logo as an icon to https://simpleicons.org. It's a large collection of brand icons and, e.g., shields.io uses it for badge icons. It al…
-
Hey! I was testing mobx-keystone performance, and I am curious is there any way to optimize the speed of models creation? I made some tests here
https://codesandbox.io/s/mobx-keystone-slow-init-bcu…
-
I have a working solution in a typescript project. When I watch for changes using onSnapshot and onPatches within that project, it works perfectly. However when I move the exact same code to a library…
-
Hi, I am using mobx-keystone for a while on mobile (ReactNative) project and faced that applySnapshot/fromSnapshot takes too much time.
On some not very powerful devices, it may take up to 10 sec wha…
-
I've been refactoring a rather large part of our codebase to use Mobx Keystone, and (hopefully) some modified form of Domain Driven Design on the client side and server. Although the Client/Server exa…