未验证 提交 b580bea2 编写于 作者: J Joe Haddad 提交者: GitHub

tests: add `isReady` field test for TS (#20821)

上级 817cffdc
......@@ -19,6 +19,7 @@ export default function HelloPage(): JSX.Element {
const router = useRouter()
console.log(process.browser)
console.log(router.pathname)
console.log(router.isReady)
return (
<div>
<p>One trillion dollars: {1_000_000_000_000}</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册