You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
I am using the components from src (for customising).
Throws the error
TypeError: Cannot read property 'getBoundingClientRect' of undefined
isMouseOverElement
./src/Annotation/utils/isMouseHovering.js:3
1 | import React, { PureComponent as Component } from 'react'
2 |
from
src/Annotation/utils/isMouseHovering.js:32
29 | const elem = this.el
30 |
31 | this.setState({
I see that v0.9.9 is not updated in github. Was the error fixed in latest one? When I npm install, the package works as expected.
Can you help me with this?
The text was updated successfully, but these errors were encountered: