Secretmapper/react-image-annotation

TypeError: Super expression must either be null or a function, not undefined

gajju3588 opened this issue · 1 comments

Facing this error while using this Annotator component :

[1] [piping] error given was: TypeError: Super expression must either be null or a function, not undefined
[1] at _inherits (/Users/XXXX/projects/XX/node_modules/react-image-annotation/lib/utils/withRelativeMousePos.js:17:113)

React version for my project is : 0.14.9

Is this happening due to version mismatch ?

Hello!

Yes this is happening due to the version mismatch. There are currently no plans to support older versions of React.