Skip to content

Commit 29eb894

Browse files
committed
remove unused requestevent property
1 parent fbf6b8b commit 29eb894

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ import { isServer, spread, escape, useAssets, ssr } from "solid-js/web";
1313

1414
export const MetaContext = createContext<MetaContextType>();
1515

16-
declare module "solid-js/web" {
17-
interface RequestEvent {
18-
solidMeta?: MetaContextType;
19-
}
20-
}
21-
2216
interface TagDescription {
2317
tag: string;
2418
props: Record<string, unknown>;

0 commit comments

Comments
 (0)