Skip to content

Commit 50c819e

Browse files
committed
Fix type error in islands/entry-client.ts
1 parent 5399cdb commit 50c819e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/start/entry-client/StartClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default ({
3131
// const routerProps = { newProp } as RouterProps;
3232
// <StartClient routerProps={routerProps as unknown as undefined} />
3333
routerProps?: Pick<RouterProps, 'source'>
34-
}) => {
34+
} = {}) => {
3535
let mockFetchEvent: PageEvent = {
3636
get request() {
3737
if (process.env.NODE_ENV === "development") {

0 commit comments

Comments
 (0)