Yummygum / flagpack-core

Flagpack contains 250+ flag icons to easily use within your code project.
https://flagpack.xyz
MIT License
576 stars 131 forks source link

All flags are blank / white #80

Open iamkimchico opened 2 years ago

iamkimchico commented 2 years ago

This is a problem in the 'react-flagpack' npm, but it seems like there's no activity in that repo I'll post the bug here in hope of you seeing it

Please check all that apply

Expected Behavior

When I follow the documentation on flagpack.xyz and add a that a flag would appear.

Current Behavior

The outline of the flag appears / the border, but the content of the flag does not and therefor the flag is blank. I have tried with many different codes and in the 3 different code formats provided and nothing helps.

Possible Solution

I can see that the src in the <img /> is not set and that seems to be the problem.

Steps to Reproduce

  1. Install the react-flagpack
  2. Add the to a component
  3. See that the flag is blank

Your Environment