Fix compilation error
This commit is contained in:
parent
4189bf4ec8
commit
0aa262a2bf
|
@ -9,5 +9,5 @@ export function ClientRender(props: { children: React.ReactNode }) {
|
|||
setMounted(true)
|
||||
}, [])
|
||||
|
||||
return mounted ? children : null
|
||||
return mounted ? <>{children}</> : null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user