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