-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Slot as JSX #568
Comments
It’s enough to import import type { Story, Meta } from '@storybook/vue3' |
Thanks for the report, when you import Currently not sure how can resolve in volar side. A solution in project side is that you can exclude all scripts that importing storybook like Track: storybookjs/storybook#16213 |
I'm experiencing the same without Storybook, on a Vite project, but it's VLS_30:
Any settings/imports to add? |
Ok, I found issue #558 and it looks very similar. I'm running v0.28.0 and vite/client is referenced. |
@BreizhReloaded this problem should be already fixed, can you provide a repro case? |
I updated pretty much everything on my laptop, and it seems to be ok so far. So false alarm, sorry. I'll stay focus this week if anything happen. Thanks! |
This tsconfig.json works for me. (empty {
"compilerOptions": {
"types": []
},
"exclude": [
"**/*.stories.ts",
]
} |
Please move to #592 for related problems. |
This warning highlights all slots:
A simple reproduction from a real project: https://github.com/euaaaio/repro-storybook-vue-volar-jsx
The text was updated successfully, but these errors were encountered: