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
After updating from vue2 to vue3 with the new library, I find that when passing dynamic values to the imgix-params (such as a changing height after the initial render) it no longer updates the image. The height stays at the initial value or "0". Wrapping params into a computed property doesn't work either.
I can verify this by hiding the ix-img component with a flag for a split second (setTimeout) or with nextTick and then showing it triggering the refresh. Component key method also works for updating the image (which is what I'm doing now to get around it).
The text was updated successfully, but these errors were encountered:
Using vue3 and @imgix/vue.
After updating from vue2 to vue3 with the new library, I find that when passing dynamic values to the imgix-params (such as a changing height after the initial render) it no longer updates the image. The height stays at the initial value or "0". Wrapping params into a computed property doesn't work either.
I can verify this by hiding the ix-img component with a flag for a split second (setTimeout) or with nextTick and then showing it triggering the refresh. Component key method also works for updating the image (which is what I'm doing now to get around it).
The text was updated successfully, but these errors were encountered: