Typescript error when not destructuring useAsyncData
Hey there!
I have multiple client requests to do in a page so I feels more convenient to not destructure the composable
But when I want to check the state in the template, I get this error:
I don't get it
I have multiple client requests to do in a page so I feels more convenient to not destructure the composable
useLazyAsyncData().But when I want to check the state in the template, I get this error:
This comparison appears to be unintentional because the types 'Ref<AsyncDataRequestStatus, AsyncDataRequestStatus>' and 'string' have no overlapI don't get it
