You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all country flags are included in the app bundle regardless of which flags are actually used.
WebPack has features to include only the necessary parts, in a manner similar to that utilized by @material-ui/icons, but this would require a rewrite of this library.
As it is, the current bundle size is excessive and a fix needs to be implemented for the library to be useful.
diiegoburiti, patrickstorm, Acorn221, horyu1234, Mauricio-JA and 2 more