-
This is discussed at length in #1170 but I'm creating a new issue to make things clearer.
---
Pydantic needs a way of accessing "context" when validating data, serialising data, creating schema.…
-
@xaviergonz
Hi there! Awesome work, congrats!
Trying to choose between MST/Keystone, one missing thing to me seems is Mobx-devtools / Reactotron (as mentioned [on SO](https://stackoverflow.com/a/…
-
https://codesandbox.io/s/mobx-keystone-undo-reorder-array-ghrrnp?file=/src/index.ts
After using `.replace()` to reorder an array (as used in [mobx-utils `moveItem`](https://github.com/mobxjs/mobx-u…
-
I am writing to inquire about the undoMiddleware feature in your library. Specifically, I am wondering how to limit the number of undo levels that are available.
Could you please provide guidance o…
-
# Bug report
- [ X] I confirm this is a bug with Supabase, not with my own application.
- [ X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gi…
-
If we use keystone's `ObjectMap` which is a built-in wrapper, it seems easy to listen to it's methods with `onActionMiddleware`, because they are `@modelAction`s.
Is there a similar / easy way to d…
-
For an MST model, I was able to get a static property `name` as the first parameter supplied to `types.model`. I believe I can access the arg of `@model` decorator with `instance.$modelType`. If this …
-
![screencapture-reflect-64-sentry-io-issues-3983325115-2023-03-09-07_25_49](https://user-images.githubusercontent.com/2142/224009657-20309ab6-1b71-4bbd-a4a6-e61058630506.png)
-
this simple test produces multiple onAttachedToRootStore hook calls:
```typescript
test('reattach', () => {
let attachCount = 0
let detachCount = 0
@model("A")
class A extends Model({
…
-
I'm new to `mobx-keystone` and am facing a problem when passing a modelAction as a prop into a component.
### ProfileModalStore.js
```
import {model, Model, modelAction, prop, onSnapshot} fro…