SSR hydration error when using dynamic slots inside a render function component
Vue version
3.2.45
Link to minimal reproduction
Steps to reproduce
Open reproduction and see the error.
What is expected?
No hydration errors when using a render function component.
What is actually happening?
Hydration error
System Info
No response
Any additional comments?
Ran into this with a Quasar component, which are all render function components. Took ages to get it down to this minimal reproduction. It is quite a niche use case but it is one I am using inside my work project :)