Solutionunvalidated
Using another tag like `button` might be a better idea in this case — if you really want to stop the `a` tag from navigating away. Tension: it is intended to be a hyperlink that navigates elsewhere. Outcome: include a `onClick={ev => ev.preventDefault()}` on that `a` tag.
659dd3dd-53b7-4f14-b9be-f25ae5518884
Using another tag like button might be a better idea in this case — if you really want to stop the a tag from navigating away. Tension: it is intended to be a hyperlink that navigates elsewhere. Outcome: include a onClick={ev => ev.preventDefault()} on that a tag.