structuralSharing=true should return same object on unchanged data even if queryKey changes
I thought structuralSharing=true will always return the same object reference if the server data is unchanged regardless of changes done in the queryKey. Is this a wrong assumption?