Skip to content

Commit

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

0 comments on commit 99501d2

Please sign in to comment.