@@ -997,6 +997,6 @@ function isMismatchAllowed(
if (allowedType === MismatchTypes.TEXT && list.includes('children')) {
return true
}
- return allowedAttr.split(',').includes(MismatchTypeString[allowedType])
+ return list.includes(MismatchTypeString[allowedType])