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'm making use of react-image-annotation component version 0.9.9 for react 15.6.2.
I have used the exact same code which is provided in the "Usage" section.
This is the error I'm getting in the console when I launch the react app in browser.
Uncaught TypeError: Cannot read property '__reactInternalInstance$npn41m7bex' of null at Object.getClosestInstanceFromNode
I have been receiving the same error for all the earlier versions(0.9.9 version to the earliest version 0.9.0) of the react-image-annotation component. I wasn't able to use the latest version 0.9.10 because it's making use of React.createRef() API, which was only introduced from react 16.3.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm making use of react-image-annotation component version 0.9.9 for react 15.6.2.
I have used the exact same code which is provided in the "Usage" section.
This is the error I'm getting in the console when I launch the react app in browser.
I have been receiving the same error for all the earlier versions(0.9.9 version to the earliest version 0.9.0) of the react-image-annotation component. I wasn't able to use the latest version 0.9.10 because it's making use of React.createRef() API, which was only introduced from react 16.3.
The text was updated successfully, but these errors were encountered: