Settle on either undefined
or null
for async data's data and error
#26295
Labels
undefined
or null
for async data's data and error
#26295
Describe the feature
Currently, there is a discrepancy in default values of async data's data and error:
undefined
value (unless a different default value is specified)null
valueIt would be good to consider settling on one of them for consistency, unless there's a justifiable reason for why they have to differ.
Additional information
Final checks
The text was updated successfully, but these errors were encountered: