Invariant Violation: Objects are not valid as a React child
In my component’s render function I have: everything renders fine, however when clicking the <li> element I receive the following error: Uncaught Error: Invariant Violation: Objects are not valid as a React child (found: object with keys {dispatchConfig, dispatchMarker, nativeEvent, target, currentTarget, type, eventPhase, bubbles, cancelable, timeStamp, defaultPrevented, isTrusted, view, detail, screenX, screenY, clientX, clientY, … Read more