themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS

Home Page:https://flowbite.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabs components instance added twice

cavenk opened this issue · comments

Describe the bug
In the source code, the method addInstance is called twice in the Tabs class constructor (line 42, 43 in src/components/tabs/index.ts).
This creates a warning message in the browser when i try to create an instance and put the override options to true.

Screenshots
Screenshot 2024-05-09 at 4 12 19 PM

Hey @cavenk,

Thanks for reporting! Fixed with this commit: 01e44a8

Will be added to the next version.

Cheers,
Zoltan