Skip to content

Commit

Permalink
optimize a story do it does not pull in the entire lodash universe
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 31, 2023
1 parent 0d9b58a commit 09778c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/preview-api/template/stories/args.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { global as globalThis } from '@storybook/global';
import type { PartialStoryFn, PlayFunctionContext, StoryContext } from '@storybook/types';
import { within } from '@storybook/testing-library';
import { expect } from '@storybook/jest';
import { pick } from 'lodash';
import pick from 'lodash/pick';
import { STORY_ARGS_UPDATED, UPDATE_STORY_ARGS, RESET_STORY_ARGS } from '@storybook/core-events';

export default {
Expand Down

0 comments on commit 09778c8

Please sign in to comment.