Skip to content

Commit

Permalink
chore: optimize import to reduce bundle size (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Apr 7, 2023
1 parent 82e9492 commit 4f293c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useReactive/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useRef } from 'react';
import { isPlainObject } from 'lodash';
import isPlainObject from 'lodash/isPlainObject';
import useCreation from '../useCreation';
import useUpdate from '../useUpdate';

Expand Down

0 comments on commit 4f293c3

Please sign in to comment.