-
Notifications
You must be signed in to change notification settings - Fork 106
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
Adding storybook shows Type '{ class: string; }' is not assignable to type error #178
Comments
I believe this is related to storybookjs/storybook#16630, and not an issue with the builder itself. |
Going to close this, but let me know if you think this is an issue in this project. |
@IanVS Adding this fixed it. See here: vuejs/language-tools#592
|
Hi there, I am facing the same issue, however adding "vite/client" does not do the trick for me. |
@khusseini can you please open a new issue and fill out the template? |
I added storybook to my vue project. Once I add I get error in vs code when I set class on an element.
When I do
<div class=""></div>
I getWhen I hover over a
div
, I seein vs code.
This is a vue project with
.vue
file.This happens only when I add storybook. To add storybook, the command I used is
I don't know what's making vs code assume the code is React
The text was updated successfully, but these errors were encountered: