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
Thanks for the context. Should I:
A) Update the title of this issue? "Lazyloaded src not updating correclty after mounting"
B) Close the issue?
C) Leave it in your hands to update or close as you see fit?
Describe the bug
Image src attribute not being reflected correctly in the DOM after the offsetWidth has first updates with the container element's width.
Reproduction
Compare console output to image element
src
attribute. The issue is that the update tosrc
isn't being reflected in the DOM.Image component should load an image with the correct intrinsic size.
https://svelte.dev/playground/0e74d58db919472f97aa1954558d3242?version=5.19.6
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: