Created
November 4, 2015 14:09
-
-
Save sverrejoh/5f2ee18e5560dbe0f0d7 to your computer and use it in GitHub Desktop.
Add to a List in a Map
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
| state.set(action.tickedId, (state.get(action.ticketId) || Immutable.List()).push(action.file)); |
sverrejoh
commented
Nov 4, 2015
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment