CustomerInfo == / hashCode aren't working #935
Labels
bug
Something isn't working
status: needs-additional-info
Issues that are missing steps from bug template
This package is using freezed which creates an expectation of being able to use == / hashCode with the data models within. CustomerInfo? breaks this expectations, likely through use of the Unmodifiable collection views. These appear to be changing the order of the elements in the collection on each instantiation, thus breaking == / hashCode. That means we cannot rely on equality check to ensure that we aren't updating our UI when it's not needed.
The text was updated successfully, but these errors were encountered: