From d7bc21672f891dfbc39948596f29dce94b9b79a0 Mon Sep 17 00:00:00 2001 From: Abdelmoumen BOUABDALLAH Date: Wed, 15 May 2019 18:45:47 -0700 Subject: [PATCH] Fix typo in error message --- src/instance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instance.ts b/src/instance.ts index d3f9e0b..a3f9ba5 100644 --- a/src/instance.ts +++ b/src/instance.ts @@ -141,7 +141,7 @@ export function ensureInstance( if (!rootCompiler.hooks) { throw new Error( "It looks like you're using an old webpack version without hooks support. " + - "If you're using awesome-script-loader with React storybooks consider " + + "If you're using awesome-typescript-loader with React storybooks consider " + 'upgrading @storybook/react to at least version 4.0.0-alpha.3' ) }