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
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
With
@storybook/react
(v3.4.10
) + typescript 2.9 knobs addon panel is not displayed.I am using custom webpack configuration in full-control mode,
webpack.config.js
:tsconfig.storybook.json
config.js
addons.ts
mycomponent.stories.ts
From
package.json
Expected result
Both
actions
andknobs
panels are accessible and functional.Actual result
Only
actions
panel is accessible and functional, no build or runtime errors.Workaround
Rename
addons.ts
toaddons.js
, then it's fine.The text was updated successfully, but these errors were encountered: