ambassify / react-avatar

Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user.
MIT License
643 stars 117 forks source link

[Help wanted]: Error during build caused by react-avatar #254

Closed amjadbouhouch closed 1 year ago

amjadbouhouch commented 1 year ago

Repreducing the issue

https://stackblitz.com/edit/vite-jpafby

Issue

Hello, and thank you all for this amazing library. I need some help to figure out what causes this issue. I've a react project and I migrated from react-react-app to vite

deps

"dependencies": {
    "react": "^17.0.2",
    "react-avatar": "^5.0.3",
    "react-dom": "^17.0.2",
    "vite": "^3.2.0"
  }

Thank you again.