jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

react 16.6: Cannot read property 'nodeName' of null #192

Closed a-x- closed 5 years ago

a-x- commented 5 years ago
Uncaught (in promise) TypeError: Cannot read property 'nodeName' of null
    at getBoundingClientRect (popper.js?660c:460)
    at getOffsetRectRelativeToArbitraryNode (popper.js?660c:486)
    at getReferenceOffsets (popper.js?660c:739)
    at Popper.update (popper.js?660c:912)
    at Popper.update$$1 (popper.js?660c:2460)
    at eval (popper.js?660c:45)
a-x- commented 5 years ago

reinstallation the react, react-dom, react-popover and restarting npm run watch was fixed the issue