chakra-ui icon indicating copy to clipboard operation
chakra-ui copied to clipboard

fix: optimize image loading in Image component

Open stepanve opened this issue 1 year ago • 2 comments

📝 Description

  • fix to load crossOrigin before src.

⛳️ Current behavior (updates)

  • In Safari browser, crossOrigin may be evaluated before src, causing a CORS error for the image tag.

🚀 New behavior

  • The CORS error in Safari browser is resolved.

💣 Is this a breaking change (Yes/No):

  • No

📝 Additional Information

  • References: https://github.com/vuejs/core/issues/4680

stepanve avatar Jun 18 '24 13:06 stepanve

⚠️ No Changeset found

Latest commit: 3d9cab28d38ece8532f990fe74e5b4c046539983

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Jun 18 '24 13:06 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chakra-ui-storybook ✅ Ready (Inspect) Visit Preview Jul 1, 2024 0:29am
chakra-ui-website ✅ Ready (Inspect) Visit Preview Jul 1, 2024 0:29am

vercel[bot] avatar Jun 18 '24 13:06 vercel[bot]

@stepanve is attempting to deploy a commit to the Chakra UI Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Jul 01 '24 12:07 vercel[bot]

Thanks for this. We've addressed it in v3

segunadebayo avatar Aug 18 '24 19:08 segunadebayo