mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 10:11:47 +08:00
fix(client-api): import isPlainObject
directly from lodash
This commit is contained in:
parent
3dca0198a3
commit
008f99eeba
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user