Created
October 2, 2018 11:55
-
-
Save bjankord/c973ac0e1d8df06aeeb281161ae438ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!this.state.areTranslationsLoaded) return React.createElement('div', null, 'Translations are loading'); | |
return React.createElement( | |
I18nProvider, | |
{ ...customProps, locale: this.state.locale, messages: messages }, | |
children | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment