Alexander
Alexander
I'm facing this same problem when I update to these versions. ``` "react-color": "^2.19.3", "react": "^18.2.0", "react-dom": "^18.2.0", ``` devDependencies ``` "@types/react": "^18.2.31", "@types/react-color": "^3.0.9", "@types/react-dom": "^18.2.14", ```
> same issue here with same version of react (I'm using SketchPicker) @Dann1y I managed to solve it by deleting package-lock and yarn.lock and installing everything again
Thanks examples @gpbl
From what I've seen, to add alternative names you need to use `altNames` so you can add more than one name. Sorry for the Mercado Livre mistake, I had forgotten...
I just sent a PR that should correct the Mercado Livre icon error and I also added the alternative names so that the icon also appears. Everything should probably be...
@clrizzi Make sure you are on the latest version that was released, as I also had this problem in version 3.0.4, the latest version 3.0.7 came out yesterday and it...