We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7cbca commit 6a7ea72Copy full SHA for 6a7ea72
packages/plugin-rsc/README.md
@@ -169,7 +169,7 @@ export default async function handler(request: Request): Promise<Response> {
169
})
170
}
171
172
-// recommented to have `import.meta.hot` for server entry
+// add `import.meta.hot.accept` to handle server module change efficiently
173
if (import.meta.hot) {
174
import.meta.hot.accept()
175
0 commit comments