From 49faa31fba09485f4c72cf8d0ce46cb948adf6f2 Mon Sep 17 00:00:00 2001 From: glenngijsberts Date: Mon, 6 Sep 2021 14:18:38 +0200 Subject: [PATCH] chore(storybook): fix compile error due to latest typescript update the latest typescript version is using a 3rd party script that's having some type errors. More info here https://github.com/styleguidist/react-docgen-typescript/issues/356 --- .storybook/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.storybook/main.js b/.storybook/main.js index bf616c2d..a78cbad9 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -6,6 +6,7 @@ module.exports = { addons: [], typescript: { check: true, // type-check stories during Storybook build + reactDocgen: 'none', }, webpackFinal: async config => { return {