-
-
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
TypeScript regression in 6.0.0-rc.22 #11763
Comments
Thanks @nareshbhatia I'm able to repro. The problem is due to #11759, which moved a few Vue-related dependencies out of As a workaround, I added it back and that fixed the problem:
I'm not sure what is the correct fix here, and will follow up with the team. cc @yannbf @ndelangen @tmeasday @tooppaaa |
I'm just confused by this: the change in the mentioned PR doesn't change anything relating to |
@shilman I can confirm that the adding of |
@ajkl2533 that's why i said it's a workaround |
Yay!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.0.1 containing PR #11885 that references this issue. Upgrade today to try it out! Closing this issue. Please re-open if you think there's still more to do. |
Describe the bug
rc.22 gives "impossible to import loader for .ts" error.
To Reproduce
Steps to reproduce the behavior:
yarn
thenyarn storybook
). Storybook should start and show one component.Expected behavior
TypeScript project should run without any errors.
System:
The text was updated successfully, but these errors were encountered: