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
It’s come up once or twice in projects, since some protocols that we use with model or state types require that things be Equatable for collection diffing reasons. It would also probably simplify some tests.
Possible challenges: anything that contains a closure. Might need to throw some reference types in the mix to make it all work out.
The text was updated successfully, but these errors were encountered:
It’s come up once or twice in projects, since some protocols that we use with model or state types require that things be
Equatable
for collection diffing reasons. It would also probably simplify some tests.Possible challenges: anything that contains a closure. Might need to throw some reference types in the mix to make it all work out.
The text was updated successfully, but these errors were encountered: