useAsyncValue
返回最近的 <Await> 祖先组件解析后的数据。
<Await>
function SomeDescendant() { const value = useAsyncValue(); // ... }
<Await resolve={somePromise}> <SomeDescendant /> </Await>
指南
API
<Await/>
useAsyncError