v1.0.0-alpha.13
Pre-release
Pre-release
π Breaking Changes
- use a thenable object instead of
suspend
function onuseQuery
, now you can suspend theuseQuery
by usingawait
(abd7162) - renamed
done
,fetching
,paused
toisDone
,isFetching
, andisPaused
on queries, subscriptions, and mutations components slot props and props returned from their composable counterparts to better reflect their type (ef0a414)