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
The page runs and works as expected, but the build shows type errors because the type definitions specify that a single VNode is always returned from functional componnts' render functions.
The fix for this is trivial. I've already fixed it locally, and I'll make a pull request.
The text was updated successfully, but these errors were encountered:
zevdg
changed the title
javascript types don't allow multi-root functional components
typescript types don't allow multi-root functional components
May 15, 2018
Version
2.5.16
Reproduction link
https://github.com/zevdg/vue-typescript-multi-root-component
Steps to reproduce
npm run serve
What is expected?
there shouldn't be errors
What is actually happening?
The page runs and works as expected, but the build shows type errors because the type definitions specify that a single VNode is always returned from functional componnts' render functions.
The fix for this is trivial. I've already fixed it locally, and I'll make a pull request.
The text was updated successfully, but these errors were encountered: