Get a warning "Invalid vnode type" when creating component
Version
3.0.0-rc.9
Reproduction link
https://jsfiddle.net/uns8xvpt/
Steps to reproduce
Open the jsfiddle and see the console
What is expected?
I use render function and I am trying to create a comment The documentation says that I can use null as a value of the argument https://v3.vuejs.org/api/global-api.html#arguments-2
What is actually happening?
I get the warning [Vue warn]: Invalid vnode type when creating vnode: null.
@yyx990803 I see in the documentation that I can use null as a type