Sync v-bind="$attrs" and inheritAttrs: false in components when it is not the root node
Get rid of NoElement component and useNoElementRender composable in favour of Vue3 way for inheritance. No longer available to use them in components or templates.
Create NoAnimation as alternative for NoElement with the aim of using it as default value in animation props.
v-bind="$attrs"
andinheritAttrs: false
in components when it is not the root nodeNoElement
component anduseNoElementRender
composable in favour of Vue3 way for inheritance. No longer available to use them in components or templates.NoAnimation
as alternative forNoElement
with the aim of using it as default value inanimation
props.Note: With this PR, no more warnings pending, except 2 from
xBus
frominfiniteScroll
directive fixed here https://github.com/empathyco/x/pull/1584