You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often use transform parameter from useAsyncData options in our projects. It lets you transform data before setting to the ".data" ref and I can't find any alternative solutions to implement this other than awaiting the async data and transforming it afterwards which defys the whole point of useAsyncData for me.
Can we add transform from AsyncDataOptions to UseApiDataOptions and pass it to useAsyncData or is there some non-obvious reason you left it out?
The text was updated successfully, but these errors were encountered:
We often use transform parameter from useAsyncData options in our projects. It lets you transform data before setting to the ".data" ref and I can't find any alternative solutions to implement this other than awaiting the async data and transforming it afterwards which defys the whole point of useAsyncData for me.
Can we add transform from AsyncDataOptions to UseApiDataOptions and pass it to useAsyncData or is there some non-obvious reason you left it out?
The text was updated successfully, but these errors were encountered: