-
Since non-primitive values can appear in the tree only once, assigning a statically defined object to two different models will result in the `an object cannot be assigned a new parent when it already…
dodas updated
2 years ago
-
## Search Terms
Base class expressions cannot reference class type parameters
## Suggestion
Right now it is possible in Ts to generate base classes dynamically (via a function):
```ts
…
-
It looks like Model [is copied](https://github.com/xaviergonz/mobx-keystone/blob/master/packages/lib/src/model/modelDecorator.ts#L31-L62) before registering without any changes. It [prevents inheritan…
balek updated
4 years ago
-
[WIP for now, needed the issue number]
* [ ] Remove legacy decorators support
* [ ] Remove deprecated APIs
* [ ] ...
* [ ] Merge mobx-react / mobx-react-lite
* [ ] Remove Provider/inject
* …
-
**_Question_**
* [x] I've checked documentation and searched for existing issues
* [x] I tried the [spectrum channel](https://spectrum.chat/?t=dad48299-3dfc-4e10-b6da-9af1e39498a3)
Hello,…
-
### Stuff That Need To Be Integrated
- [x] [@thecotne/tasker](https://github.com/thecotne/tasker)
- [x] [webpack](https://webpack.js.org/)
- [x] [unused-files-webpack-plugin](https://github.co…
-
If I know that a model will _always_ be attached to a root store of a particular type as soon as it's created would it be safe to assume a call to `getRootStore` will never be undefined?
Without sa…
-
The rationale is to keep multiple (huge) collections consistent / in sync, without the need to recalculate the derived from scratch.
Eg. if I `set` an ObjectMap's key to 10, I'd like to subscribe t…
-
A model may contain may small nested objects, some of which might need defaults for their fields (optional at creation or snapshotIn time). Currently there is no way to handle that except for making e…
-
## Issue Creation Checklist
- [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md)
## Bug Description
Calling instance.save() will s…