I tried updating all mobx-state-tree references to mobx-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.