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
This currently throws the following error, while running the code works and asserts it correctly:
Now, I don't know if this is not an intended use case for this, so bare with me, but if it is, then this seems like a small mistake somewhere. Looking at what the typings expect, ofType takes in BasePredicate, while exactShape takes Predicate. Any reason for that, is that an oversight?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, it's me again 👋
I've encountered an interesting issue with Predicates and
.any
checks.Consider the following predicate:
This currently throws the following error, while running the code works and asserts it correctly:
Now, I don't know if this is not an intended use case for this, so bare with me, but if it is, then this seems like a small mistake somewhere. Looking at what the typings expect,
ofType
takes inBasePredicate
, whileexactShape
takesPredicate
. Any reason for that, is that an oversight?Thanks!
The text was updated successfully, but these errors were encountered: