Skip to content

Commit a4bc2e0

Browse files
authored
chore(rsc): remove double import.meta.hot.accept (#840)
1 parent 19d14c2 commit a4bc2e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/plugin-rsc/examples/basic/src/framework/entry.rsc.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,3 @@ export async function handleRequest({
106106
},
107107
})
108108
}
109-
110-
if (import.meta.hot) {
111-
import.meta.hot.accept()
112-
}

0 commit comments

Comments
 (0)