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
Return default(K) when requesting a single value from Hits fields
If the hits fields contain no values, then null is returned for the typed array, causing a null reference exception when attempting to access the first value or default. Check for this and return default(K) when array is null
0 commit comments