refactor(runtime-core): refactor props resolution
Improve performance in optimized mode + tests
This commit is contained in:
@@ -156,7 +156,8 @@ export function createHydrationFunctions(
|
||||
null,
|
||||
parentComponent,
|
||||
parentSuspense,
|
||||
isSVGContainer(container)
|
||||
isSVGContainer(container),
|
||||
optimized
|
||||
)
|
||||
}
|
||||
// async component
|
||||
|
||||
Reference in New Issue
Block a user