react-i18next
Advanced tools
Comparing version 11.16.10 to 11.16.11
@@ -0,1 +1,5 @@ | ||
### 11.16.11 | ||
- types: fix Translation component types regression [1511](https://github.com/i18next/react-i18next/pull/1511) | ||
### 11.16.10 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "react-i18next", | ||
"version": "11.16.10", | ||
"version": "11.16.11", | ||
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
@@ -371,3 +371,6 @@ import i18next, { | ||
export interface TranslationProps<N extends Namespace = DefaultNamespace, TKPrefix> { | ||
export interface TranslationProps< | ||
N extends Namespace = DefaultNamespace, | ||
TKPrefix extends KeyPrefix<N> = undefined | ||
> { | ||
children: ( | ||
@@ -374,0 +377,0 @@ t: TFunction<N, TKPrefix>, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
352418
6207