Using q-img fetches the images twice! Is it just me?
-
Try to give any image in src and check the network tab for 2 img fetch calls
-
@viral712 Is it possible you’re rendering that component twice? Do you have the q-img under some element with a
key
prop that changes? Or perhaps somev-for
? I have not experienced this issue, but if you can replicate it in a codepen that would help.