-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createUploadWidget #561
Comments
Hi there @zhen1asemen1uk, |
Yes, it's a method, but it is not described in types, and my typescript says createUploadWidget not assigning to cloudinary |
Hi @zhen1asemen1uk , Can you please provide us your sample code here or you can create a support ticket at: Thanks |
` interface IUploadWidget { const UploadWidget: React.FC = ({ children, onUpload }) => {
}; export default UploadWidget; |
Hi there @zhen1asemen1uk, I couldn't replicate the issue. Do you still get that error? |
Hi @zhen1asemen1uk The Upload Widget javascript package can be loaded from:
Could you help to add this to your web app and see if it helps to resolve the issue? |
The same error. This script doesn't add any types to my project. |
Additionally, as you are calling the JavaScript on your typescript component - you may need to allow the loading of the javascript as described in this documentation |
What about "createUploadWidget" in "cloudinary" types?
The text was updated successfully, but these errors were encountered: