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
Currently we use Bootstrap v4, which depends on jQuery v3. Since the project has moved to jQuery v4.
To resolve this, we need to upgrade Bootstrap from v4 to v5, which removes the jQuery dependency and allows us to use jQuery v4 safely.