-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add types definitions #55
Conversation
I tried logging the onChange property of the Widget component from the CodeSandbox demo: https://codesandbox.io/embed/uploadcarereact-widget-7xpqp?codemirror=1 and according to this: {"uuid":"9cb5ddad-0607-4469-ab94-2d36ec99d98b","name":"received_545292116247886.jpeg","size":1822,"isStored":true,"isImage":true,"originalImageInfo":{"color_mode":"RGB","orientation":null,"format":"JPEG","sequence":false,"height":126,"width":128,"geo_location":null,"datetime_original":null,"dpi":null},"mimeType":"image/jpeg","originalUrl":"https://ucarecdn.com/9cb5ddad-0607-4469-ab94-2d36ec99d98b/","cdnUrl":"https://ucarecdn.com/9cb5ddad-0607-4469-ab94-2d36ec99d98b/","cdnUrlModifiers":null,"sourceInfo":{"source":"local","file":{}}} it shows a different shape or set of keys |
@lxsmnsyc we did it, can you help with review?! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💅🏻
I checked the file, may I ask why does it need the JQuery library? |
@lxsmnsyc You don't need to use jQuery : ) But the current version of uploadcare-widget has jQuery underhood. In the future, we want to remove them and we will remove them. |
I use only jQuery typings here |
No description provided.