Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crossorigin not being passed to native image element #970

Open
codebycarlos opened this issue Oct 17, 2022 · 0 comments
Open

crossorigin not being passed to native image element #970

codebycarlos opened this issue Oct 17, 2022 · 0 comments

Comments

@codebycarlos
Copy link

codebycarlos commented Oct 17, 2022

Similar to #967, although this affects the crossorigin prop rather than crossOrigin. I've created a sandbox to showcase the problem by comparing behaviour to a native image element.

When setting an image's crossorigin attribute via the crossorigin prop..

<Img crossorigin="anonymous" />

It doesn't actually end up set in the actual DOM element:

image

image

This was referenced Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant