Skip to content

Commit

Permalink
Merge pull request #27106 from storybookjs/valentin/enhance-react-doc…
Browse files Browse the repository at this point in the history
…gen-prompt

Automigration: Improve react-docgen automigration prompt
  • Loading branch information
JReinhold authored May 13, 2024
2 parents 113b4c3 + 07e4e46 commit 5a015e1
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 revert to ${chalk.cyan(
'react-docgen-typesript'
)}, press N to use ${chalk.cyan('react-docgen')}
`;
}
},
Expand Down

0 comments on commit 5a015e1

Please sign in to comment.