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
Hello,
when i try to add a specific story to my storybook, browser console outputs the following error:
The component i am trying to display into the storybook is a web-component class made with lit that extends a visual component, wrapping it in order to perform an api request.
These are my settings:
OS: Windows 10 Enterprise
Node version (nvm): v16.13.0
storybook-addon-mock version: ^3.2.0
Hello,
when i try to add a specific story to my storybook, browser console outputs the following error:
The component i am trying to display into the storybook is a web-component class made with lit that extends a visual component, wrapping it in order to perform an api request.
These are my settings:
OS: Windows 10 Enterprise
Node version (nvm): v16.13.0
storybook-addon-mock version: ^3.2.0
And these are the files:
index.stories.js
utils.js
ApiRequesterComponent.js
DataDisplayerComponent.js
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: