Bootstrap Accordion Card

I have a page in a SPA that I want to add the bootstrap accordion cards. I know I have to add it to the index page in order for the AppConnect code to be added in the head and in the appconnect folder but it is not done and I get this warning in dev tools:

Is it a bug or am I doing it wrong?

Hello,
Is the collapse js probably file missing from your page <head> tags?

yes, it does not add the link and is also not added to this folder despite adding the component to the page.

Screenshot 2020-05-20 at 09.03.17

Please try adding the collapse component (not accordion cards) to see if it will add the required js.

That works, thanks.

1 Like

Ok great, we will check why are not the accordion cards adding the required js include.

1 Like