diff --git a/packages/string-templates/src/index.cjs b/packages/string-templates/src/index.cjs index 573ea76f12..05f8c69f5a 100644 --- a/packages/string-templates/src/index.cjs +++ b/packages/string-templates/src/index.cjs @@ -126,6 +126,7 @@ module.exports.isValid = string => { "object", "array", "cannot read property", + "undefined", ] // this is a portion of a specific string always output by handlebars in the case of a syntax error const invalidCases = [`expecting '`]