react-phone-number-input
react-phone-number-input copied to clipboard
(legacy) [version 2.x] Some flags have dissapeared
Due to: https://github.com/lipis/flag-icon-css/issues/860
What?
Trying to understand why some of the flags have disappeared: https://flagicons.lipis.dev/
This bug seems to be affecting version 2.x
because it seems to have been using the now-removed flags from that lipis
repo.
Users should migrate to the latest version 3.x
then.
Indeed, upgrading solves the issue.
👋🏼 I've upgraded the package to version 3.0.0
but it seems like it's still trying to fetch the icons from lipis's library. I don't see any requests from country-flag-icons
. It shows flags if I use flagUrl={...purecatamphetamine.github.io/country-flag-icons...
prop. How can I debug this?
I've upgraded the package to version 3.0.0 but it seems like it's still trying to fetch the icons from lipis's library.
It shouldn't.
Indeed, I am seeing this as well. Dev and Production builds are pulling flags from purecatamphetamine.github.io
.
When updating from version 1.1.4 to the latest, I encountered the problem of "styles flying off". Default select and other. Can I somehow upgrade leaving the old view?