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 am unable to get this component running in the astro framework.
To reproduce you can create a new astro app with react support, e.g.
yarn create astro
cd to-your-project
yarn astro add react
# I had to add vite manually currently to get react support, maybe it works for you without
yarn add vite -D
# now add react-tabs
yarn add react-tabs
now just create a page like this and enable client scripting
I am unable to get this component running in the astro framework.
To reproduce you can create a new astro app with react support, e.g.
now just create a page like this and enable client scripting
The tab buttons are loaded, but not the content. Also clicking on tabs has no effect. There are also various browser console errors and warnings.
Any idea, what I might have misconfigured? Or is a change to the library needed to make it work?
Thanks
The text was updated successfully, but these errors were encountered: