Closed jsbroks closed 3 years ago
You shouldn't be using those functions manually. In general, if it doesn't appear in the documentation, you should avoid it
@posva How would you suggest rendering a component to an HTML element? (use case is for golden layout)
Version
3.0.5
Reproduction link
https://codesandbox.io/s/gifted-goldwasser-ysz0d
Steps to reproduce
createVNode
andrender
What is expected?
Access to injected values from parent
What is actually happening?
Inject result is always undefined.