We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried updating all mobx-state-tree references to mobx-quick-tree. However, I ran into serveral issues where some features /exports are missing:
mobx-state-tree
mobx-quick-tree
types.numberIdentifier
.preProcessSnapshot and .postProcessSnapshot
.preProcessSnapshot
.postProcessSnapshot
import { typecheck, castToReferenceSnapshot } from '@gadgetinc/mobx-quick-tree';
import { typecheck, castToReferenceSnapshot } from '@gadgetinc/mobx-quick-tree'
import type { ReferenceIdentifier, } from '@gadgetinc/mobx-quick-tree';
import type { ReferenceIdentifier, } from '@gadgetinc/mobx-quick-tree'
There might be more type related incompatbilities but 1) and 2) seemed are not type related and probably most important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried updating all
mobx-state-tree
references tomobx-quick-tree
. However, I ran into serveral issues where some features /exports are missing:types.numberIdentifier
.preProcessSnapshot
and.postProcessSnapshot
import { typecheck, castToReferenceSnapshot } from '@gadgetinc/mobx-quick-tree'
;import type { ReferenceIdentifier, } from '@gadgetinc/mobx-quick-tree'
;There might be more type related incompatbilities but 1) and 2) seemed are not type related and probably most important.
The text was updated successfully, but these errors were encountered: