In Angular 9 (using Bootstrap 4 and Jquery 3.5.1). when clicking on bootstrap collapse button, I am getting an error on my browser console instead
They have a fix for that now (see https://github.com/jquery/jquery/commit/65e909844c2d064606217b47e92eff12ebdb79de) if you are up to building your own jquery using node/npm then just download the commit on the link above and build it.
What I did was to edit my jquery.min.js (3.5.0)
Steps I did:
return t||(t=Object.create(null)
it's in Line 2,Column 32856Object.create(null)
with {}
and that's it so far so good