@lingui/react
Advanced tools
Comparing version 4.0.0-next.0 to 4.0.0-next.1
@@ -139,3 +139,3 @@ 'use strict'; | ||
if (!element) { | ||
console.error(`Can use element at index '${index}' as it is not declared in the original translation`); | ||
console.error(`Can't use element at index '${index}' as it is not declared in the original translation`); | ||
} else { | ||
@@ -142,0 +142,0 @@ console.error(`${element.type} is a void element tag therefore it must have no children`); |
@@ -139,3 +139,3 @@ 'use strict'; | ||
if (!element) { | ||
console.error(`Can use element at index '${index}' as it is not declared in the original translation`); | ||
console.error(`Can't use element at index '${index}' as it is not declared in the original translation`); | ||
} else { | ||
@@ -142,0 +142,0 @@ console.error(`${element.type} is a void element tag therefore it must have no children`); |
@@ -137,3 +137,3 @@ import _extends from '@babel/runtime/helpers/extends'; | ||
if (!element) { | ||
console.error(`Can use element at index '${index}' as it is not declared in the original translation`); | ||
console.error(`Can't use element at index '${index}' as it is not declared in the original translation`); | ||
} else { | ||
@@ -140,0 +140,0 @@ console.error(`${element.type} is a void element tag therefore it must have no children`); |
{ | ||
"name": "@lingui/react", | ||
"version": "4.0.0-next.0", | ||
"version": "4.0.0-next.1", | ||
"sideEffects": false, | ||
@@ -57,3 +57,3 @@ "description": "React components for translations", | ||
"@babel/runtime": "^7.20.13", | ||
"@lingui/core": "^4.0.0-next.0" | ||
"@lingui/core": "^4.0.0-next.1" | ||
}, | ||
@@ -63,3 +63,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "637f5cf6beda9d4ebce4e15cd9fdaa23e404b660" | ||
"gitHead": "27ee8e213ff6d0c7a0cd2b21c573d7f6da43fd85" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
73745
Updated@lingui/core@^4.0.0-next.1