-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button is not defined error while running the storybook #422
Comments
Found the error: the Button tag which is used in the index.js file is given as "Button" but it will be "button" instead. |
thani-sh
pushed a commit
to storybook-eol/getstorybook.io
that referenced
this issue
Sep 4, 2016
Users get an error when following the slow-start guide storybookjs/storybook#422
Hi @ashfaqrafi |
thanks for the reply and doc update @mnmtanish |
This was referenced Dec 28, 2020
Open
vyrwucc
added a commit
to vyrwucc/storybook-eoll
that referenced
this issue
Dec 5, 2021
Users get an error when following the slow-start guide storybookjs/storybook#422
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have gone through the article https://getstorybook.io/docs/basics/slow-start-guide and after doing all the necessary steps while I ran the npm run storybook command I encountered the error "Button is not defined
ReferenceError: Button is not defined
at eval (webpack:///:6:5)
at renderMain (webpack:///
/@kadira/storybook/dist/client/preview/render.js:85:31)/@kadira/storybook/dist/client/preview/render.js:101:10)at renderPreview (webpack:///
at Array.renderUI (webpack:///
/@kadira/storybook/dist/client/preview/index.js:89:26)/redux/lib/createStore.js:186:19)at Object.dispatch (webpack:///
at eval (webpack:///
/@kadira/storybook/dist/client/preview/index.js:68:16)/@kadira/storybook-channel/dist/index.js:111:21)at eval (webpack:///
at Array.forEach (native)
at Channel._handleEvent (webpack:///
/@kadira/storybook-channel/dist/index.js:110:19)/@kadira/storybook-channel-pagebus/dist/index.js:59:12)"at PageBusTransport._handleEvent (webpack:///
The text was updated successfully, but these errors were encountered: