We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e78d2 commit 7f46a55Copy full SHA for 7f46a55
1 file changed
packages/next-intl/src/plugin/catalog/catalogLoader.tsx
@@ -89,7 +89,7 @@ function warnIfToJSONStringProvided(codec: ExtractorCodec) {
89
if (hasWarnedAboutToJSONString || !codec.toJSONString) return;
90
hasWarnedAboutToJSONString = true;
91
console.warn(
92
- '`toJSONString` is deprecated and no longer used—catalogs are now loaded via `decode`. Remove `toJSONString` from your codec.'
+ '`toJSONString` is deprecated and no longer used, please remove it.'
93
);
94
}
95
0 commit comments