Jozef Mikuláš
Jozef Mikuláš
I am interested in this as well. Any examples on how to setup HMR with mobx/MST? Something like this: https://github.com/mobxjs/mobx-state-tree/issues/372#issuecomment-336145224 Thanks!
To me it seems like the only redundant property is `enabled`, which can be assumed to be `true` in case we provide the `openapi` object. We cannot provide a really...
Yes, please! The current Extension API design is very unintuitive/unconventional. I, too, would assume that e.g. `Node.create()` returns a "class"/factory and only when it's passed to `extensions` in `useEditor()`, an...
For example, I am storing a simple object like ``` { type: "AFTER_VARIABLE", params: { variableId: "123456", days: 3, }, } ``` I don't think it's viable to create a...
they are plain objects, whether immutable or mutable doesn't matter. my UI component emits these objects and I need to set them on the model. however, the UI component will...
It doesn't happen _very_ often, but when it does, it's kinda confusing error and takes a while to track down. Having the possibility to specify this right where the prop...