Skip to content

Commit

Permalink
Merge pull request #16391 from storybookjs/16390-fix-bad-deprecation-…
Browse files Browse the repository at this point in the history
…link

Core: Fix bad deprecation link for argType.defaultValue
  • Loading branch information
shilman committed Oct 18, 2021
2 parents ce4fa5d + 00bb674 commit c3f3e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/store/src/prepareStory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const argTypeDefaultValueWarning = deprecate(
dedent`
\`argType.defaultValue\` is deprecated and will be removed in Storybook 7.0.
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-argtype-defaultValue`
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#no-longer-inferring-default-values-of-args`
);

// Combine all the metadata about a story (both direct and inherited from the component/global scope)
Expand Down

0 comments on commit c3f3e95

Please sign in to comment.