Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Nov 27, 2019
1 parent 4694a98 commit 45f8f37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 11.2.3

- Store should be initialized after useSSR [1008](https://github.com/i18next/react-i18next/pull/1008)

### 11.2.2

- Only pass forwardedRef to children if options.withRef is false [999](https://github.com/i18next/react-i18next/pull/999)
Expand Down
1 change: 1 addition & 0 deletions react-i18next.js
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@
if (initialI18nStore && !i18n.initializedStoreOnce) {
i18n.services.resourceStore.data = initialI18nStore;
i18n.initializedStoreOnce = true;
i18n.isInitialized = true;
}

if (initialLanguage && !i18n.initializedLanguageOnce) {
Expand Down
Loading

0 comments on commit 45f8f37

Please sign in to comment.