My react app is encountering issues with the Bootstrap collapse feature.
I am in need of the collapse functionality for my app, but it seems to not be functioning properly within my react app.
The Bootstrap classes seem to be working fine, but the onclick event associated with Bootstrap is not reacting as expected.
You can explore the code on CodeSandbox via this link: CodeSandbox Link
If you want to reference Bootstrap's documentation on collapse, you can view it here: Bootstrap Link. Any help in resolving this issue would be greatly appreciated.