Test etmedim ama şöyle bir şey denediniz mi,

async function fetchAllRecipes() {
    const [allRecipes, errorAllRecipes, isLoadingAllRecipes, allx] = await useAllRecipes();
    console.log(allRecipes);
}

fetchAllRecipes();