We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee684f0 commit c86d7dcCopy full SHA for c86d7dc
src/fields/abstractField.js
@@ -1,4 +1,4 @@
1
-import { uniqueId, get as objGet, each, isFunction, isString, isArray, debounce } from "lodash";
+import { get as objGet, each, isFunction, isString, isArray, debounce } from "lodash";
2
import validators from "../utils/validators";
3
import { slugifyFormID } from "../utils/schema";
4
0 commit comments