"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:
throws a
class constructors must be invoked with 'new'
trying:
throws a comp is not a function
is there any way to make this work? thanks5 Replies
That is a react library. It won't be compatible with Solid.
is there no stub of sorts either? all libraries basically become useless if they are react?
There might be that something that I'm not aware of, but afaik yes. Solid and React have different rendering methods.
explains it then at least, thanks 😄 I love all what solid offers, but this cuts down the ecosystem to vanilla js wrappers
Solid isn't really a React replacement anyways