react-popover icon indicating copy to clipboard operation
react-popover copied to clipboard

calcSize throws error: Cannot read property 'offsetWidth' of null

Open NNSTH opened this issue 4 years ago • 0 comments

this error is thrown within the throttled "onPopoverResize" function.

a quick fix for it will be to check if el != null at this line of code.

NNSTH avatar Nov 10 '19 11:11 NNSTH