Skip to content

Commit

Permalink
Update default values of bindI18n and bindI18nStore in ReactOptions type
Browse files Browse the repository at this point in the history
These were assumably out-of-date, see react-i18next doc
  • Loading branch information
JaniL committed Jul 15, 2020
1 parent aa5e9cb commit afd8506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Expand Up @@ -119,12 +119,12 @@ export interface ReactOptions {
defaultTransParent?: string;
/**
* Set which events trigger a re-render, can be set to false or string of events
* @default 'languageChanged loaded'
* @default 'languageChanged'
*/
bindI18n?: string | false;
/**
* Set which events on store trigger a re-render, can be set to false or string of events
* @default 'added removed'
* @default ''
*/
bindI18nStore?: string | false;
/**
Expand Down

0 comments on commit afd8506

Please sign in to comment.