Skip to content

Commit 05915c9

Browse files
lint
1 parent e571a0d commit 05915c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fresh/src/runtime/client/preact_hooks_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ options.vnode = (vnode) => {
7474
}
7575

7676
if (matched === null) {
77-
matched = document.createElement(originalType);
77+
matched = document.createElement(originalType as string);
7878
}
7979

8080
if (matched.textContent !== text) {

0 commit comments

Comments
 (0)