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 62f2aa1 commit e53a4ffCopy full SHA for e53a4ff
packages/runtime-core/src/hydration.ts
@@ -997,6 +997,6 @@ function isMismatchAllowed(
997
if (allowedType === MismatchTypes.TEXT && list.includes('children')) {
998
return true
999
}
1000
- return allowedAttr.split(',').includes(MismatchTypeString[allowedType])
+ return list.includes(MismatchTypeString[allowedType])
1001
1002
0 commit comments