-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Missing reactivity for src
prop in UnLazyImage
#52
Comments
I looked into the source code and I think this is not implemented at the moment. |
Great catch! Yeah, the reactiveness is missing at the moment… PR welcome! |
src
prop in UnLazyImage
Yes, I already use |
Please leave it open. Technically speaking, it's a bug and everyone rightfully can expect props to be reactive. 😌 |
Reproduction
Reproduction link: link
Insert any image from the ones provided, for example Ivan Grozny, and click on the "Update Image" button.
The image is expected to change.
In fact, what happens is that the image remains the same
Describe the bug
After reactively changing the image URL, the UnLazyImage component does not render the new value inside the src prop.
Additional context
Logs
No response
The text was updated successfully, but these errors were encountered: