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
Please list the package(s) involved in the issue, and include the version you are using
@shopify/ui-extensions-react
Describe the bug
The Image component API says it takes cornerRadius but doesn't render a corner radius.
Steps to reproduce the behavior:
Add an image like <Image src="'https://images.unsplash.com/photo-1479030160180-b1860951d696?&auto=format&fit=crop&w=1200&h=800&q=80' cornerRadius={'base'} />
Look at the image
Don't cut yourself on its sharp corners.
Expected behavior
Either the API docs don't have cornerRadius or the Image renders them properly.
Screenshots
Rendered on Order Status from: <Image border={'base'} cornerRadius={'base'} source={ 'https://images.unsplash.com/photo-1479030160180-b1860951d696?&auto=format&fit=crop&w=1200&h=800&q=80' } />
The text was updated successfully, but these errors were encountered:
Please list the package(s) involved in the issue, and include the version you are using
@shopify/ui-extensions-react
Describe the bug
The Image component API says it takes
cornerRadius
but doesn't render a corner radius.Steps to reproduce the behavior:
<Image src="'https://images.unsplash.com/photo-1479030160180-b1860951d696?&auto=format&fit=crop&w=1200&h=800&q=80' cornerRadius={'base'} />
Expected behavior
Either the API docs don't have
cornerRadius
or theImage
renders them properly.Screenshots
Rendered on
Order Status
from:<Image border={'base'} cornerRadius={'base'} source={ 'https://images.unsplash.com/photo-1479030160180-b1860951d696?&auto=format&fit=crop&w=1200&h=800&q=80' } />
The text was updated successfully, but these errors were encountered: