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

fix(image-loader): updated src should update the image #1919

Merged
merged 2 commits into from Feb 24, 2024

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Feb 24, 2024

Fixes #1677

This one was interesting. The src prop was indeed correct, but the DOM was not updated to reflect this. The workaround here is to use a key block to recreate the element if src changes.

@metonym metonym merged commit c6af8bd into master Feb 24, 2024
3 checks passed
@metonym metonym deleted the fix-image-loader-src branch February 24, 2024 21:40
@metonym
Copy link
Collaborator Author

metonym commented Feb 26, 2024

Released in v0.82.11.

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 this pull request may close these issues.

[ImageLoader] cache issues
1 participant