-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When using v2.5.0, I see numerous entries in Sentry with the same error report. I haven't used previous versions so I don't know if this is a new issue.
Unable to get property 'getCursorPosition' of undefined or null reference
In the code excerpt below, it implies that this.core
is null/undefined
this.schedulActivation(this.props.hoverDelayInMs);
}
}, {
key: 'onMouseMove',
value: function onMouseMove(e) {
this.setPositionState(this.core.getCursorPosition(e));
}
}, {
key: 'onMouseLeave',
value: function onMouseLeave() {
this.clearActivationTimers();
All the issues seem to be IE11 / Edge....
https://sentry.io/share/issue/b315166598af4d818172fd34cf2508db/
https://sentry.io/share/issue/4e135f3320604ae88d31a56f503906d7/
https://sentry.io/share/issue/b2a9bcd3f7144fe5b0f15cd1b5a2f81f/
Metadata
Metadata
Assignees
Labels
No labels