lucy
lucy
SSolidJS
Created by lucy on 12/1/2023 in #support
"comp is not a function" or "class constructors must be invoked with 'new'"
Tried to embed: https://www.npmjs.com/package/react-image-crop using it via:
import {ReactCrop} from 'react-image-crop'
<ReactCrop>...</ReactCrop>
import {ReactCrop} from 'react-image-crop'
<ReactCrop>...</ReactCrop>
throws a class constructors must be invoked with 'new' trying:
const Cropper = new ReactCrop();
<Cropper>...</Cropper>
const Cropper = new ReactCrop();
<Cropper>...</Cropper>
throws a comp is not a function is there any way to make this work? thanks
6 replies