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