I am facing an issue with "picture" element in React, particularly with safari browser. Safari is always fetching image from "img" element src along with the image from appropriate "source" element based on media attribute.
This seem to work fine in other browsers(chrome & firefox).
I created a codesandbox for the same.
Would appreciate any help. Thanks in advance.
FYI: I tried with picturefill polyfill too. But no help. So, thought it is something to do with react + safari engine combo.