You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading to Storybook 6.3.7 (6.3.6 had same issue too) I am receiving this error:
TypeError: (tag.text || "").trim is not a function
at /node_modules/react-docgen-typescript-loader/node_modules/react-docgen-typescript/lib/parser.js:475:48
To Reproduce
Install storybook and add reactDocgen: 'react-docgen-typescript', to the config in main.js
Describe the bug
After upgrading to Storybook 6.3.7 (6.3.6 had same issue too) I am receiving this error:
To Reproduce
Install storybook and add
reactDocgen: 'react-docgen-typescript',
to the config in main.jsThe text was updated successfully, but these errors were encountered: