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
Problem:
I have installed the initial boilerplate for web components and the canvas is broken in every story. Docs sections works perfectly.
Right-hand side of 'instanceof' is not an object
TypeError: Right-hand side of 'instanceof' is not an object
at StoryRenderer.renderMain [as render] (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:159722:15)
at StoryRenderer._callee3$ (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:155785:29)
at tryCatch (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:33489:40)
at Generator.invoke [as _invoke] (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:33719:22)
at Generator.next (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:33544:21)
at asyncGeneratorStep (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:155412:103)
at _next (http://localhost:6006/vendors~main.6fbfb46e4dfa2e01976c.bundle.js:155414:194)
Steps to reproduce the behavior:
npx -p @storybook/cli sb init -t web_components
npm run storybook
Select a story and canvas sections should be open by default
Expected Behaviour:
The expected behaviour would be to have the component displayed in the respective canvas.
Screenshots
The text was updated successfully, but these errors were encountered:
danielsimao
changed the title
Storybook Web Components Example Broken Canvas
Storybook Web Components example has broken canvas
Feb 18, 2021
Problem:
I have installed the initial boilerplate for web components and the canvas is broken in every story. Docs sections works perfectly.
Steps to reproduce the behavior:
Expected Behaviour:
The expected behaviour would be to have the component displayed in the respective canvas.
Screenshots
The text was updated successfully, but these errors were encountered: