This is the same as CreateComponentPublicInstance but adds local components,
global directives, exposed, and provide inference.
It changes the arguments order so that we don't need to repeat mixin
inference everywhere internally, but it has to be a new type to avoid
breaking types that relies on previous arguments order (#10842)
This is the same as
CreateComponentPublicInstance
but adds local components, global directives, exposed, and provide inference. It changes the arguments order so that we don't need to repeat mixin inference everywhere internally, but it has to be a new type to avoid breaking types that relies on previous arguments order (#10842)