There was an error while loading. Please reload this page.
1 parent e571a0d commit 05915c9Copy full SHA for 05915c9
1 file changed
packages/fresh/src/runtime/client/preact_hooks_client.ts
@@ -74,7 +74,7 @@ options.vnode = (vnode) => {
74
}
75
76
if (matched === null) {
77
- matched = document.createElement(originalType);
+ matched = document.createElement(originalType as string);
78
79
80
if (matched.textContent !== text) {
0 commit comments