Sourced from react-i18next's changelog.
16.5.8
- A selector function cannot be resolved without an i18n instance... returning empty string is safer than leaking the raw function reference. 1907
16.5.7
- fix:
<Trans>component withenableSelector: truedoes not support multiple selectors for fallbacks 1907
b00adfa
16.5.8e367522
A selector function cannot be resolved without an i18n instance...
returning ...1cbd152
16.5.7c257c2e
fix: \<Trans> component with enableSelector:
true does not support multipl...