You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code will result in an undefined undefined value for the srcset of the source slot.
Using a string instead (:srcset="'https://googlechrome.github.io/samples/picture-element/images/butterfly.webp'") is a workaround to avoid that issue.
Heyho 👋
The following code will result in an
undefined undefined
value for thesrcset
of thesource
slot.Using a string instead (
:srcset="'https://googlechrome.github.io/samples/picture-element/images/butterfly.webp'"
) is a workaround to avoid that issue.CSB: https://codesandbox.io/s/3097oj4rlp
The text was updated successfully, but these errors were encountered: