react-flags
react-flags copied to clipboard
default basePath undefined
Hi,
After installing and copying the vendor folder into public/img, my images were always undefined.
I had to re-set manually the basePath props :
<Flag
basePath="/img/flags"
name="CAN"
format="png"
pngSize={64}
shiny={true}
alt="Canada Flag"
/>
Just wanted to check if I missed anything or if there was an issue with any update :)
Thx for the module it's great!
Same issue.
same issue