Created
July 8, 2020 16:27
-
-
Save atimca/9c0cf2761e20ef3cd627a0aeeee69688 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π failed - Unexpected state mutation: β¦ | |
β AppState( | |
β todos: [ | |
β Todo( | |
β isComplete: false, | |
+ isComplete: true, | |
β description: "Milk", | |
β id: 00000000-0000-0000-0000-000000000000 | |
β ), | |
β ] | |
β ) | |
(Expected: β, Actual: +) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment