-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
TypeError: assign is not a function #3807
Comments
Do you have a |
Thanks for your help @igor-dv but I did not. Apparently, this package is not automatically installed after
In package.json, I have the following under scripts:
What's surprising for me is I'm able to do |
@igor-dv, looks like the README.md is incomplete or the 4.0.0-alpha version isn't ready.
As described, I updated App.js to contain the following: From there, I even tried the following without success:
What should I do because I'm losing patience on your promising package. Is someone able to create a CRNA project with Storybook version 4.0 working? Thanks |
For the alpha version you should use an alpha version of the cli as well |
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! |
I'm having the same issue, did anyone figure out a solution? |
Same here, any progress? |
I solved it by doing a manual installation of version 3.x following these
instrutions: https://storybook.js.org/basics/guide-react/
…On Wed, Jul 25, 2018 at 11:00 AM Magnus Görlitz ***@***.***> wrote:
Same here, any progress?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3807 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMBKVJYuRK32JpS4iEzLJiltkC_5oafks5uKDOlgaJpZM4U6YC0>
.
|
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! |
be sure to install babel-runtime v6 (instead of v7) |
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! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Bug or support request summary
npm run storybook
fails on CRNA project because assign is not a function.I tried to compile with node 6.0.0 or 8.3.0. Is there something I need to install to fix this issue as a global polyfill? Is it possible to use Storybook 3.0 and maybe not an alpha version?
Please specify which version of Storybook and optionally any affected addons that you're running
The text was updated successfully, but these errors were encountered: