Check out my code snippet here: https://jsfiddle.net/aaz15/dLnrsfty/
I am working on a project where I want to customize the behavior of Bootstrap components in a unique way, diverging from the standard documentation () by creating two separate divisions with distinct purposes and styling needs.
However, an issue arises when I repeatedly click on various controls, resulting in this error message:
Collapse is transitioning
at Collapse.show
Is there a solution that can be implemented using just CSS or vanilla JavaScript without causing conflicts with jQuery? Any guidance would be greatly appreciated. Thank you!