Why is queryKey type in QueryOptions possibly undefined when it is a required parameter
In the API docs
queryKey in the options object from useQuery() is marked as required yet in the interface for QueryOptions it is defineed as possibly undefined, any reason for this?0 Replies