You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are currently experiencing an issue when setting imageMinMaxBlock to true. After we select an image to upload, it goes into an infinite spinner without throwing an error.
Expected Behavior
It should show the image after I select an image 600x300 from my local storage.
Current Behavior
After selecting my image 600x300, I get an infinite spinner without throwing an error.
Hi,
We are currently experiencing an issue when setting imageMinMaxBlock to true. After we select an image to upload, it goes into an infinite spinner without throwing an error.
Expected Behavior
It should show the image after I select an image 600x300 from my local storage.
Current Behavior
After selecting my image 600x300, I get an infinite spinner without throwing an error.
My options:
const options = { maxFiles: 1, accept: ["image/*"], fromSources: ["local_file_system"], uploadInBackground: false, imageDim: [600, 300], imageMin: [600, 300], imageMinMaxBlock: true, transformations: { crop: { aspectRatio: 600/300, force: true, } } onUploadDone: (res) => console.log(res), };
Your Environment
The text was updated successfully, but these errors were encountered: