Skip to content
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

"ResizeObserver loop completed with undelivered notifications" occurs when a user clicks on edit image. #45

Open
mainak-getCone opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mainak-getCone
Copy link

mainak-getCone commented Aug 24, 2024

Describe the bug

After the image upload and cloud editor is enabled, if the user clicks on the edit icon, an error related to the resize observer appears on the screen.

  • Click on the upload image and select image from the device
  • Once the image upload is completed, click on the edit icon
  • Error will appear on the background

Expected behavior

Code / screenshots

import { FileUploaderRegular } from "@uploadcare/react-uploader";
import "@uploadcare/react-uploader/core.css";

function App() {
  return (
    <div>
      <FileUploaderRegular
        pubkey="PUB_KEY"
        maxLocalFileSizeBytes={10000000}
        multiple={false}
        imgOnly={true}
        sourceList="local"
        classNameUploader="my-config uc-light"
      />
    </div>
  );
}

export default App;
Screenshot 2024-08-24 at 1 21 53 PM Screenshot 2024-08-24 at 1 22 22 PM

Environment

  • Library version: 1.0.0
  • Language/framework version: React JS - 18.3.1
  • OS version: Chrome - 126.0.6478.182 (Official Build) (arm64) | Mac Version - 14.2.1
@mainak-getCone mainak-getCone added the bug Something isn't working label Aug 24, 2024
@mainak-getCone mainak-getCone changed the title "ResizeObserver loop completed with undelivered notifications." when we try to edit the image "ResizeObserver loop completed with undelivered notifications" occurs when a user clicks on edit image. Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant