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
Component functional-a renders a single element (and is imported automatically).
Component functional-b throws an error about multiple root elements when imported automatically. If you uncomment the manual import and manually include the component in pages/index.vue it works correctly.
Expected behavior
Functional components can render multiple roots
Additional context
Discovered when I updated from nuxt 2.14.12 to 2.15.4
The text was updated successfully, but these errors were encountered:
pi0
changed the title
Broken functional components
[v2] broken functional components with multiple root
Apr 6, 2021
Describe the bug
Functional components that render multiple root modules no longer work
To Reproduce
CodeSandbox
Steps to reproduce the behavior:
Component
functional-a
renders a single element (and is imported automatically).Component
functional-b
throws an error about multiple root elements when imported automatically. If you uncomment the manual import and manually include the component inpages/index.vue
it works correctly.Expected behavior
Functional components can render multiple roots
Additional context
Discovered when I updated from nuxt 2.14.12 to 2.15.4
The text was updated successfully, but these errors were encountered: