meikidd
meikidd
same as #281
interested +1
@ummahusla you got a confirmation from 2018
Same here +1. And for those who looking for solution, it is mentioned in #495 that version 8.6.1 works well. @brenoos
Hi @utschenik , this module use [iso-3166-1-alpha-2](https://github.com/georgzoeller/iso-3166-1-alpha-2) under the hood to handle country names. I checked here https://github.com/georgzoeller/iso-3166-1-alpha-2/blob/master/index.js, and found out `AN` and `XK` are not included in it's country...
That's great. But still need them to publish a new version to npm, so that I can upgrade my dependency version in package.json
Hi @HThuren, `gr` is not a iso-639-1 code, instead you can use `kl` for Kalaallisut. please check the reference here https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes
Yes, right now we don't have something called `getAllLanguages`, if you only care about Languages, I recommend this module [iso-639-1](https://github.com/meikidd/iso-639-1) which has the things you want. And we also can...
I encountered this problem too. Will be great if the proposed solution accepted.
For those who are looking for a solution. I created an PR here https://github.com/danbovey/react-infinite-scroller/pull/268, hopefully this repo maintainer can merge it and publish a new version. Before it merged, you...