themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
723 stars 116 forks source link

Error in accordion panel #294

Closed TissyashriS closed 2 weeks ago

TissyashriS commented 1 month ago

I attempted to customize the accordion panel but encountered an error.

For instance, within the accordion content, I had a Flowbite table (table with products) with 11 fields. The table body included components such as FwbSelect, FwbInput, FwbToggle, and FwbImg. I received the same error 18 times for a single accordion panel. When multiple panels were added, the number of errors increased correspondingly. Each panel has a unique ID.

image

image

My code snippet image

cenavarro commented 1 month ago

I am facing the same issue, which is replicable on this documentation page. For example, if you go to Get started page, then visit the Accordion Component and again visit another component, in your dev console you can see the error or if you are in the Accordion Component and just refresh the page, you are seeing a different but probably related issue.

Does anyone know how to fix it?

The issue seems to be introduced on this PR https://github.com/themesberg/flowbite-vue/pull/262/files#diff-f9c0f865cfd98c5af1aba30a3bb88e20ecb47d07a36d384363faf80ee9755104R37