You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): use VNodeChild type from vue to avoid breakage
This fixes the test failure in #2233
Vue 3.3.8 added a new type in the `VNodeChildAtom` union type:
vuejs/core@405f345#diff-9b2ba253038f7b71dbbbcb545e028d2d51d27d88b041b918c9eb102a83fef189R117
causing incompatiblity with the type defined in this repository.
By using types exported from the `vue` package instead of defining our
own, we can avoid similar breakges in the future.
`VNodeChild` type has been available since 3.0.0-beta.1.
0 commit comments