-
Notifications
You must be signed in to change notification settings - Fork 544
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
Using Image NextJS tag will cause unexpected behavior #469
Comments
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Using the |
This issue still happens with latest Next, React, and @xyflow/react, frequently enough to a problem but not consistently reproducible. BUT, I was also looking at Next Image tag size related warning issue [1] and tried specifying |
Did some digging. My suspicion didn't pan out but setting This makes sense because Next Image components' image URL share the same path to image API endpoint and differs only in query parameters. Since |
When using the
<Image />
tag (next/image) inside the target html, the downloaded image is generated with duplicated images after the first download.Downloading it one time works fine, but when i try to download the image again, some images within the html are duplicated.
Expected Behavior
Current Behavior
Possible Solution
Steps To Reproduce
Error Message & Stack Trace
Additional Context
Your Environment
The text was updated successfully, but these errors were encountered: