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
(lint/types/fix): only resize width/height if not set
- previously falsey values like 0, '', null, etc would have been
resized, even though something like 0 _did_ set a fixed width/height
- this could be considered breaking, so might leave out or revert
this commit
- and setting it to falsey may have intended it to be resized, bc
setting it to 0 etc doesn't really make sense... but idk people
can set whatever
0 commit comments