`TypeError: Found non-callable @@iterator` raised in a wired condition (I can't summarize it)
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.
- comment any of
<outer />
or<x-button />
- remove the empty object
{}
insideButton.vue
's mixin - 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