Details:
HorizontalNavMenuItem 's onItemClick should be a function not an object.
It's getting passed as onClick to <a href ...> so it must be a bug.
This causes a React warning each time the onItemClick handler is set.
Fix: #2984
Reactions are currently unavailable
Details:
HorizontalNavMenuItem 's onItemClick should be a function not an object.
It's getting passed as onClick to <a href ...> so it must be a bug.
This causes a React warning each time the onItemClick handler is set.
Fix: #2984