Skip to content
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

TypeError: Found non-callable @@iterator raised in a wired condition (I can't summarize it) #2413

Closed
07akioni opened this issue Oct 18, 2020 · 0 comments · Fixed by #2419
Closed
Labels
🐞 bug Something isn't working

Comments

@07akioni
Copy link
Contributor

07akioni commented Oct 18, 2020

Version

3.0.1

Reproduction link

https://codesandbox.io/s/vue3-render-bug-5h0yk?file=/src/App.vue

image

The reproduction is extract from my real-world project. It seems vNode is passed to key.

To make it rendered, you have multiple choices.

  1. comment any of <outer /> or <x-button />
  2. remove the empty object {} inside Button.vue's mixin
  3. remove the wrapper <template /> in Inner.vue

Steps to reproduce

follow the link

What is expected?

it should render

What is actually happening?

error raised

@posva posva added the 🐞 bug Something isn't working label Oct 18, 2020
@07akioni 07akioni changed the title TypeError: Found non-callable @@iterator raised in a wired condition (I can't summarize the condition) TypeError: Found non-callable @@iterator raised in a wired condition (I can't summarize it) Oct 18, 2020
yyx990803 pushed a commit that referenced this issue Oct 19, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants