Closed spitchaiah closed 3 years ago
Any inputs or suggestions please for this issue ? thanks!
Hi @spitchaiah I'm working on a new version of this Library that resolves most of this issues. 🙏🏾
Thanks much Richard for the update! Appreciate it.
@ekwonye-richard : Any idea on when we can expect the fix for this issue? thank you!
@spitchaiah it seems to work with this loader https://github.com/bhovhannes/svg-url-loader
Hello Richard, Pls has this been fixed?
This issue has been resolved in v2 which now renders the flags as SVGs
Hello Team,
Thanks for creating this library to display countries list along with their flag icons. I'm trying to get this 'react-flags-select' library working in our app but for some reason, in the select dropdown it only displays countries list and not the flag icons. I'm guessing I'm missing something basic here. Here's what i did so far:
import ReactFlagsSelect from 'react-flags-select';
Chrome Dev Tools:
http://localhost:3000/payments/%3Csvg%20viewBox=%220%200%20512%20336%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg%20fill=%22none%22%3E%3Cpath%20d=%22M503.172%20335.724H8.828A8.829%208.829%200%200%201%200%20326.896V9.104A8.829%208.829%200%200%201%208.828.276h494.345a8.829%208.829%200%200%201%208.828%208.828v317.792a8.83%208.83%200%200%201-8.829%208.828z%22%20fill=%22
Configs: Reactjs: 16.5.x Webpack: 3.5.5 OS: Mac-Mojave