Skip to content

Commit 6733cc6

Browse files
nhducitepicfaace
authored andcommitted
Reduce bundle size (rjsf-team#1523)
1 parent 561dff1 commit 6733cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import * as ReactIs from "react-is";
33
import fill from "core-js/library/fn/array/fill";
44
import validateFormData, { isValid } from "./validate";
5-
import { union } from "lodash";
5+
import union from "lodash/union";
66

77
export const ADDITIONAL_PROPERTY_FLAG = "__additional_property";
88

0 commit comments

Comments
 (0)