-
-
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
Looking for React-Files in Angular-Project #3602
Comments
Vue project too |
@alexandermikuta, Storybook manager (the outer UI of the storybook) is implemented with React. The inner view (iframe) is mostly framework agnostic. |
@igor-dv Problem still exists after reinstall of dependencies. Also update to @storybook/angular v4.0.0-alpha.8 did not help. |
Can you please install react and react-dom manually and check again? |
@igor-dv When I install the modules manually everthing works correctly, but I guess this not the indented behaviour to install those modules manually. |
Yeah, just wanted to make sure it's working. Looks like after moving to |
I get the following error in an angular-cli-project ("@angular/cli": "6.0.3") when doing
build-storybook
When doing
start-storybook -p6006 -c .storybook
it gives the following errors:Used Storybook is:
Any ideas why it looks for react-files in an angular-project?
The text was updated successfully, but these errors were encountered: