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
In my particular case, this was the solution to my issue, some JS from bootstrap was actually
grabbing the href and using it as a selector, in these cases `javascript:void(0)` was being passed
as the selector quickly causing an error on the template that resulted in the dropdown not
appearing.
#25
0 commit comments