There was an error while loading. Please reload this page.
1 parent 561dff1 commit 6733cc6Copy full SHA for 6733cc6
packages/core/src/utils.js
@@ -2,7 +2,7 @@ import React from "react";
2
import * as ReactIs from "react-is";
3
import fill from "core-js/library/fn/array/fill";
4
import validateFormData, { isValid } from "./validate";
5
-import { union } from "lodash";
+import union from "lodash/union";
6
7
export const ADDITIONAL_PROPERTY_FLAG = "__additional_property";
8
0 commit comments