Last active
November 17, 2016 13:17
-
-
Save kutyel/4bc95e0210d5a3414706a8d4413bb850 to your computer and use it in GitHub Desktop.
https://twitter.com/kentcdodds/status/786597385086480385 Correct refactor!
This file contains hidden or 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
{ shouldFlag: selectedIds => this.messages.filter(m => selectedIds.includes(m.id)).some(m => !m.flagged) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment