Feature Documentation: Updating null Comparisons to undefined
Overview
Default data and error values in useAsyncData and useFetch
What Changed
The data and error objects returned from useAsyncData and useFetch will now default to undefined.
Before and After Examples
Before
javascript
After
javascript