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
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
Concerning decod.is, this sentence feels unclear to me as i don't understand if we perform the deep equality or not: Not that in order to do that, it only accepts values of primitive types (string, number, boolean, null or undefined) otherwise it would need to perform deep equality in case of complex objects or arrays.
Since we don't want to support the deep equality, i would suggest something like this: Note that in order to do that, the triple equal comparison is used so we made it only accept values of primitive types (string, number, boolean, null or undefined)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Concerning
decod.is
, this sentence feels unclear to me as i don't understand if we perform the deep equality or not:Not that in order to do that, it only accepts values of primitive types (string, number, boolean, null or undefined) otherwise it would need to perform deep equality in case of complex objects or arrays.
Since we don't want to support the deep equality, i would suggest something like this:
Note that in order to do that, the triple equal comparison is used so we made it only accept values of primitive types (string, number, boolean, null or undefined)
The text was updated successfully, but these errors were encountered: