carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.68k stars 261 forks source link

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

Closed metonym closed 7 months ago

metonym commented 7 months ago

Fixes https://github.com/carbon-design-system/carbon-components-svelte/issues/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 commented 7 months ago

Released in v0.82.11.