Problem with Accordion Cards

OS info

  • Operating System : Windows 10.0.18362
  • Wappler Version : 2.6.1

Problem description

Inserting Accordion Cards causes the following errors

Steps to reproduce

  1. Create a file and add the usuals including container, row and column
  2. In the column, add Accordion Cards

Well all dynamic components require now an unique ID. Seems we have some default templates to change as well.

You can just add unique ID’s for the buttons and the error will disappear.

1 Like

All of the ID’s are already unique.

check the <button> tags those are missing ID’s

I noticed this issue yesterday and indeed I added unique IDs to solve the problem.

Fixed :love_you_gesture: