TypeError: Found non-callable @@iterator
raised in a wired condition (I can't summarize it)
#2413
Labels
🐞 bug
Something isn't working
Version
3.0.1
Reproduction link
https://codesandbox.io/s/vue3-render-bug-5h0yk?file=/src/App.vue
The reproduction is extract from my real-world project. It seems vNode is passed to key.
To make it rendered, you have multiple choices.
<outer />
or<x-button />
{}
insideButton.vue
's mixin<template />
in Inner.vueSteps to reproduce
follow the link
What is expected?
it should render
What is actually happening?
error raised
The text was updated successfully, but these errors were encountered: