- This usually occurs when the button is clicked and the default behavior is left unchecked to run in the wild.
- Solutions:
- Add attribute type="button"
- preventDefault()
- For me, it occurred with bootstrap attributes data-toggle. The href and data-toggle compete for your clicks. Somedays you are lucky and have a beer, somedays you cry yourself to sleep.
- Solution: Wrap in some parent element and toggle that.