From 99501d211070dc9a3f8cf654ccf822ebef1a3168 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Mon, 13 May 2024 12:04:17 +0200 Subject: [PATCH] Revert "Automigration: Enhance react-docgen automigration prompt" This reverts commit 7be94ec0e6840c380ce5a87c996d66acf42c89dc. --- code/lib/cli/src/automigrate/fixes/react-docgen.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/lib/cli/src/automigrate/fixes/react-docgen.ts b/code/lib/cli/src/automigrate/fixes/react-docgen.ts index bf5a94b00cdd..f791be0ab068 100644 --- a/code/lib/cli/src/automigrate/fixes/react-docgen.ts +++ b/code/lib/cli/src/automigrate/fixes/react-docgen.ts @@ -62,9 +62,7 @@ export const reactDocgen: Fix = { 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? `; } },