redux-tooltip icon indicating copy to clipboard operation
redux-tooltip copied to clipboard

Uncaught TypeError: Cannot read property '__reactInternalInstance$3jhqtt16e9n' of null

Open ibc opened this issue 8 years ago • 0 comments

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?

ibc avatar Aug 20 '17 13:08 ibc