Skip to content

Commit

Permalink
Merge pull request #14307 from visualfanatic/lodash-import
Browse files Browse the repository at this point in the history
Core: Import `isPlainObject` directly from lodash
  • Loading branch information
shilman authored Mar 23, 2021
2 parents 682a8a7 + 008f99e commit f801006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-api/src/args.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Args, ArgTypes } from '@storybook/addons';
import { once } from '@storybook/client-logger';
import { isPlainObject } from 'lodash';
import isPlainObject from 'lodash/isPlainObject';
import dedent from 'ts-dedent';

type ValueType = { name: string; value?: ObjectValueType | ValueType };
Expand Down

0 comments on commit f801006

Please sign in to comment.