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

Unable to get property 'getInstance' of undefined or null reference

Open ehsangazar opened this issue 6 years ago • 3 comments

This issue has been happening on the website for quite a long time now Unable to get property 'getInstance' of undefined or null reference

In this line: var ref = this.instanceRef; return ref.getInstance ? ref.getInstance() : ref;

And this is a version we are using 6.7.1

Just in Browser Edge!

Let me know please how to resolve it please, thanks

ehsangazar avatar Oct 15 '19 05:10 ehsangazar

the same issue with react-datepicker which uses react-onclickoutside

tateana avatar Dec 24 '19 22:12 tateana

@Pomax Looks like a dublicate of https://github.com/Pomax/react-onclickoutside/issues/271 I can't reproduce, but I see the error in our https://sentry.io/ monitoring tool - IE 11 and Edge only.

apsavin avatar Jan 14 '20 10:01 apsavin

I also have this exception on Chrome. It only happens when I click in the window after a hot reload

bockc avatar Sep 28 '20 12:09 bockc