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
I have tried the same exact example given on headless' website, however, I get the following error.
Uncaught (in promise) Error: Passing props on "template"!
The current component <TabGroup /> is rendering a "template".
However we need to passthrough the following props:
- onPointerenter
- onPointerenter
- onPointerleave
- onPointerleave
You can apply a few solutions:
- Add an `as="..."` prop, to ensure that we render an actual element instead of a "template".
- Render a single element as the child so that we can forward the props onto that element.`
I have no idea what's causing the issue. Any help is much appreciated
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried the same exact example given on headless' website, however, I get the following error.
I have no idea what's causing the issue. Any help is much appreciated
Beta Was this translation helpful? Give feedback.
All reactions