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
It raises a warning : [Vue warn]: Failed setting prop "loading" on <img>: value lazy is invalid. TypeError: Cannot set property loading of [object Object] which has only a getter
and fail to put the attribute loading on the (I checked on snapshot.)
I tried to switch to jsdom to compare and it works.
To Reproduce
Steps to reproduce the behavior:
Try to instantiate an with happy-dom
Expected behavior
Put the loading attribute to the , causing no warning
Additional context
It's a quite implemented feature
Thank you a lot for your work.
Anatole
The text was updated successfully, but these errors were encountered:
Describe the bug
Working with :
I'm using API.
It raises a warning :
[Vue warn]: Failed setting prop "loading" on <img>: value lazy is invalid. TypeError: Cannot set property loading of [object Object] which has only a getter
and fail to put the attribute loading on the (I checked on snapshot.)
I tried to switch to
jsdom
to compare and it works.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Put the loading attribute to the , causing no warning
Additional context
It's a quite implemented feature
Thank you a lot for your work.
Anatole
The text was updated successfully, but these errors were encountered: