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
srcset value must consist of one or more image candidate strings ...
... An image candidate string consists of ...
...Zero or one of the following: A width descriptor or A pixel density descriptor
Si I'm expecting that I don't have to specify descriptor in each srcset
Version
13.5.0
Reproduction link
https://github.com/makedonec88/vue-loader-srcset-bug
Steps to reproduce
If you haven't specified
srcset
descriptor vue'll render it withundefined
and in my case, breakpicture
tag behaviourWhat is expected?
The same
<picture>
tagWhat is actually happening?
Specs say
Si I'm expecting that I don't have to specify descriptor in each srcset
P.S. I believe related to this issue #1005
The text was updated successfully, but these errors were encountered: