-
Notifications
You must be signed in to change notification settings - Fork 61
Image is loaded twice #32
Comments
Was wondering the same just. |
I thought it was, but it's only if you have the cache disabled in devtools that this behaviour exists. |
I'm seeing this too, if I run the code in a React app the image is loaded twice, however if I grab the output html and run it in a static html file the problem does not occur. |
One of the call is made by
|
Hi, I am also having this issue. Cache is not disabled in dev tools, and image is being loaded by both dist.js and react-dom.production.min.js |
has this issue been solved? |
From what I can tell it's not an issue. Without a test case to demonstrate it, the GitHub issue should probably be closed to prevent people thinking it is still a problem. |
For me it was just the case while dev tools cache was disabled. Thanks! |
First of all, thank you for the great library.
I integrated it in one of our apps and I noticed that by using the basic example, the image gets loaded twice.
Is this some kind of expected behavior?
Thank you.
The text was updated successfully, but these errors were encountered: