提交 5e70a2f7 编写于 作者: J JJ Kasper 提交者: Joe Haddad

Make DefaultLoading return `null` (#7695)

上级 bd31c5d1
......@@ -67,7 +67,7 @@ export function noSSR<P = {}>(
}
function DefaultLoading() {
return <p>loading...</p>
return null
}
// function dynamic<P = {}, O extends DynamicOptions>(options: O):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册