It could have been possible for some query params to pollute prototypes. while this should not ever really result in anything other than just breaking something, it is worth removing.
This change prevents query keys from checking key chains that use __proto__prototype or constructor.
It could have been possible for some query params to pollute prototypes. while this should not ever really result in anything other than just breaking something, it is worth removing.
This change prevents query keys from checking key chains that use
__proto__
prototype
orconstructor
.