We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe0ef8 commit 100a7c3Copy full SHA for 100a7c3
web/libs/editor/src/tags/object/RichText/model.js
@@ -1,6 +1,6 @@
1
import { destroy as destroyNode, flow, types } from "mobx-state-tree";
2
import { createRef } from "react";
3
-import { ff } from "@humansignal/core";
+import * as ff from "@humansignal/core/lib/utils/feature-flags/ff";
4
import { customTypes } from "../../../core/CustomTypes";
5
import { errorBuilder } from "../../../core/DataValidator/ConfigValidator";
6
import { AnnotationMixin } from "../../../mixins/AnnotationMixin";
0 commit comments