Skip to content

Commit

Permalink
Merge pull request #26203 from storybookjs/kasper/fix-overflow
Browse files Browse the repository at this point in the history
Automigration: Fix overflow bug by using a better link
  • Loading branch information
kasperpeulen authored Feb 26, 2024
2 parents 8c027ac + 1e163b8 commit a6533cc
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 a6533cc

Please sign in to comment.