core icon indicating copy to clipboard operation
core copied to clipboard

Invalid vnode type when creating vnode

Open codon19 opened this issue 4 years ago • 1 comments

Version

3.0.11

Reproduction link

https://codesandbox.io/s/nice-shadow-p0pyg?file=/src/components/NavLink.vue

Steps to reproduce

const type = ref(""); Open the console in the lower right corner, and then you can see some warnings. eg: [Vue warn]: Invalid vnode type when creating vnode: .

const type = ref(null); There is no those warning.

What is expected?

const type = ref(""); no those warning.

What is actually happening?

const type = ref(""); [Vue warn]: Invalid vnode type when creating vnode: .

codon19 avatar Apr 19 '21 09:04 codon19

Seems fixed since 3.2.0-beta.1

GeoffreyParrier avatar Jun 05 '25 12:06 GeoffreyParrier