Skip to content

Commit

Permalink
I hate it
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Apr 11, 2024
1 parent 44c9321 commit 65491b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity/src/vdom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function toVdom( root: Node ): [ string | VNode | null, Node | null ] {
namespaces.push(
typeof value === 'string'
? value
: value?.namespace ?? null
: ( value as any )?.namespace ?? null
);
} else {
directives.push( [ n, ns, value ] );
Expand Down

0 comments on commit 65491b9

Please sign in to comment.