I am using Bootstrap 5 accordion/collapse feature, my code seems to be in line with BS5 docs, but have an issue similar to this one on StackOverflow from a few months ago:
Bootstrap Accordion Throws TypeError: Illegal invocation
Here is the browser error message:
Uncaught TypeError: Illegal invocation
at Object.find (selector-engine.js:18)
at X._getParent (collapse.js:301)
at new X (collapse.js:93)
at Function.collapseInterface (collapse.js:347)
at collapse.js:397
at Array.forEach (<anonymous>)
at HTMLButtonElement.<anonymous> (collapse.js:382)
at HTMLDocument.s (event-handler.js:119)
Demo here: https://codepen.io/highercoding/pen/BadYQrL?editors=1010