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
I'm using react-avatar in my project and right now its showing normal HTML tag in DOM, without attributes which are generally shown with , that means it is using regular HTML img tag.
I need help with
How to use it with react / nextJs native so that I can have access to lazy loading and other features of Image
The text was updated successfully, but these errors were encountered:
I'm using react-avatar in my project and right now its showing normal HTML tag in DOM, without attributes which are generally shown with , that means it is using regular HTML img tag.
I need help with
How to use it with react / nextJs native so that I can have access to lazy loading and other features of Image
The text was updated successfully, but these errors were encountered: