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 6dc979f commit f151c19Copy full SHA for f151c19
packages/modernjs/src/ssr-runtime/SSRLiveReload.tsx
@@ -1,4 +1,4 @@
1
-export function SSRLiveReload() {
+export function SSRLiveReload(): JSX.Element | null {
2
if (process.env.NODE_ENV !== 'development') {
3
return null;
4
}
0 commit comments