Closed waynzh closed 1 week ago
fixes #2589.
Previously: When node.directive was true, slotName was incorrectly set to 'default', and it would check if it was explicitly defined. Now: If node.directive is true and is not string literal, the report is simply skipped.
node.directive
slotName
fixes #2589.
Previously: When
node.directive
was true,slotName
was incorrectly set to 'default', and it would check if it was explicitly defined. Now: Ifnode.directive
is true and is not string literal, the report is simply skipped.