Why this simple event does not fire/appear
<a id="menu" href="a.html" onclick="gtag('event', 'navigation', 'menu');">A</a>
There is no error in browser js console or Google tag assistant tool, it shows PageLoads OK.
The Analytics Events appear OK in Google Analytics for other events, that are executed inside JS React Component like this:
gtag("event", "game", {
event_category: "Update"
});