This composable behaves identically to [useAsyncData](/api/composables/use-async-data) with the `lazy: true` option set.
Otherwise, this function does not block navigation. That means you will need to handle the situation where the data is `null` (or whatever value you have provided in a custom `default` factory function).