Skip to content

Commit

Permalink
Automigration: Enhance react-docgen automigration prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 13, 2024
1 parent 7c1b14d commit 7be94ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/lib/cli/src/automigrate/fixes/react-docgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export const reactDocgen: Fix<Options> = {
For known "react-docgen" limitations, see:
${chalk.yellow('https://github.com/storybookjs/storybook/issues/26606')}
Would you like to switch back to ${chalk.cyan('react-docgen-typescript')} in your Storybook?
Press Y to switch back to ${chalk.cyan(
'react-docgen-typesript'
)}, press N to use ${chalk.cyan('react-docgen')}
`;
}
},
Expand Down

0 comments on commit 7be94ec

Please sign in to comment.