@vue/compat: parent is missing when functional component is rendered inside functional component
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/bootstrap-vue-with-compat-shy4w2?file=package.json,main.js
Steps to reproduce
Run provided example
What is expected?
direct: OK, nested: OK
render. ctx.parent
is available for both descendants
What is actually happening?
direct: OK, nested: Null parent
rendered. ctx.parent
is null when functional component is rendered by other functional component
System Info
No response
Any additional comments?
No response