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
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:
The text was updated successfully, but these errors were encountered:
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..
It doesn't actually end up set in the actual DOM element:
The text was updated successfully, but these errors were encountered: