You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying to apply the "simple" example usage into my app. Global <Tooltip>, a single <Origin> somewhere, and the corresponding tooltip reducer added. This happens:
Uncaught TypeError: Cannot read property '__reactInternalInstance$3jhqtt16e9n' of null
at Object.getClosestInstanceFromNode (ReactDOMComponentTree.js:120)
at findParent (ReactEventListener.js:45)
at handleTopLevelImpl (ReactEventListener.js:74)
at ReactDefaultBatchingStrategyTransaction.perform (Transaction.js:150)
at Object.batchedUpdates (ReactDefaultInjection.js:1)
at Object.batchedUpdates (ReactUpdates.js:104)
at dispatchEvent (ReactEventListener.js:154)
Any suggestion about how to investigate it?
The text was updated successfully, but these errors were encountered:
Just trying to apply the "simple" example usage into my app. Global
<Tooltip>
, a single<Origin>
somewhere, and the correspondingtooltip
reducer added. This happens:Any suggestion about how to investigate it?
The text was updated successfully, but these errors were encountered: