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 a5e0580 commit 15361aeCopy full SHA for 15361ae
client/packages/lowcoder-core/lib/index.cjs
@@ -11463,7 +11463,8 @@ var IntlMessageFormat$1 = /** @class */ (function () {
11463
this.ast = message;
11464
}
11465
if (!Array.isArray(this.ast)) {
11466
- throw new TypeError('A message must be provided as a String or AST.');
+ // throw new TypeError('A message must be provided as a String or AST.');
11467
+ console.log('Translator: A message must be provided as a String or AST.', this.ast);
11468
11469
// Creates a new object with the specified `formats` merged with the default
11470
// formats.
0 commit comments