You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that Collapse and Modal do not work when using Bootstrap 5.3.3 js with selected components only (not the bundle.js). It worked fine in version 5.1.3 with the same components added. It also works with bootstrap-5.3.3.bundle.min.js. Has anyone encountered a similar problem? How to correctly build js in version 5.3.3?
Console errors:
TypeError: Cannot read properties of undefined (reading 'Collapse')
at handleDeleteSuccess (user-fba40655bd957029b81c8cfa717d46cd.js:355:13)
at user-fba40655bd957029b81c8cfa717d46cd.js:375:7
TypeError: Cannot read properties of undefined (reading 'Modal')
at user-fba40655bd957029b81c8cfa717d46cd.js:81:16
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
The issue is that Collapse and Modal do not work when using Bootstrap 5.3.3 js with selected components only (not the bundle.js). It worked fine in version 5.1.3 with the same components added. It also works with bootstrap-5.3.3.bundle.min.js. Has anyone encountered a similar problem? How to correctly build js in version 5.3.3?
Console errors:
Beta Was this translation helpful? Give feedback.
All reactions