Skip to content
New issue

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

Drop-in mobx-state-tree API compatibility #111

Open
jrmyio opened this issue Dec 2, 2024 · 0 comments
Open

Drop-in mobx-state-tree API compatibility #111

jrmyio opened this issue Dec 2, 2024 · 0 comments

Comments

@jrmyio
Copy link

jrmyio commented Dec 2, 2024

I tried updating all mobx-state-tree references to mobx-quick-tree. However, I ran into serveral issues where some features /exports are missing:

  1. types.numberIdentifier

  2. .preProcessSnapshot and .postProcessSnapshot

  3. import { typecheck, castToReferenceSnapshot } from '@gadgetinc/mobx-quick-tree';

  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant