We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has been happening on the website for quite a long time now Unable to get property 'getInstance' of undefined or null reference
Unable to get property 'getInstance' of undefined or null reference
In this line: var ref = this.instanceRef; return ref.getInstance ? ref.getInstance() : ref;
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
The text was updated successfully, but these errors were encountered:
the same issue with react-datepicker which uses react-onclickoutside
react-datepicker
react-onclickoutside
Sorry, something went wrong.
@Pomax Looks like a dublicate of #271 I can't reproduce, but I see the error in our https://sentry.io/ monitoring tool - IE 11 and Edge only.
I also have this exception on Chrome. It only happens when I click in the window after a hot reload
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: