-
-
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
[Bug]: Unexpected closing tag on story #21424
Comments
@chakAs3 do you think this is related to your recent vue3 changes? |
I don't think so @shilman i remember answering someone about this issue it is 100% some other component in his code creates this issue and vue compiler complains about this. it can not be from the story as the story will through error in runtime not the build time, he must have some component in yarn cache with some issue. i will add his story to the examples repo https://github.com/storybookjs/vue3-vuetify-examples/blob/main/src/stories/EStack.stories.ts |
@chakAs3 thanks for getting back to us! I’ll clear my caches and then try a bunch of different barebones setups. I’ll let you know how my testing goes. |
What I've observed is that the error only occurs when the |
For us the issue only happen when we use the backtick (string litteral) in the template.. the error is gone when using single or double quote. |
Describe the bug
The [Stack.Recursive](https://github.com/RCVarley/unexpected-closing-tag-error/blob/main/src/stories/ElStack.stories.ts story produces the error:
The issue is with the nested div.
To Reproduce
Nest divs (or any other element) in a story template and view the story.
https://github.com/RCVarley/unexpected-closing-tag-error/blob/main/src/stories/ElStack.stories.ts
System
Additional context
No response
The text was updated successfully, but these errors were encountered: