Closed
Description
Describe the problem
The current documentation for $state.is
equates $state.is()
to an ===
operator when the actual PR's underlying implementation uses Object.is(a, b)
.
Describe the proposed solution
This information should be surfaced to the documentation since it does not yield identical behavior to the ===
operator.
Importance
nice to have