Skip to content

Commit

Permalink
Fix overflow bug by using a better link
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Feb 26, 2024
1 parent 8c027ac commit 1e163b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/lib/cli/src/automigrate/fixes/remove-argtypes-regex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export const removeArgtypesRegex: Fix<{ argTypesRegex: NodePath; previewConfigPa
Make sure to assign an explicit ${chalk.cyan('fn')} to your args for those usages.
For more information please visit our migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function
For more information please visit our docs:
https://storybook.js.org/docs/8.0/essentials/actions#via-storybooktest-fn-spy-function
`;
},
};

0 comments on commit 1e163b8

Please sign in to comment.