We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing crossorigin='anonymous' to avatar image, this is not considered in the creation of the image to check the status.
crossorigin='anonymous'
The function useImageLoadingStatus should take into account the cross origin value, if passed. My images fail to load due to this.
useImageLoadingStatus
-- None
change the signature of useImageLoadingStatus to receive the crossOrigin as value, so that it is considered when instantiating the image.
crossOrigin
The text was updated successfully, but these errors were encountered:
Can be solved with #3261
Sorry, something went wrong.
No branches or pull requests
Bug report
Current Behavior
When passing
crossorigin='anonymous'
to avatar image, this is not considered in the creation of the image to check the status.Expected behavior
The function
useImageLoadingStatus
should take into account the cross origin value, if passed. My images fail to load due to this.Reproducible example
-- None
Suggested solution
change the signature of
useImageLoadingStatus
to receive thecrossOrigin
as value, so that it is considered when instantiating the image.Additional context
Your environment
The text was updated successfully, but these errors were encountered: