dustingetz / react-cursor

Immutable state for React.js
1.03k stars 50 forks source link

Add test to prove the behavior of refine & set on non-existent keys, also add Cursor.assoc #93

Closed danielmiladinov closed 8 years ago

danielmiladinov commented 8 years ago

Also relax the assert in function get of associative.js to a console.warn, since refining to a non-existent key may be the behavior desired by clients.

Fixes #92

danielmiladinov commented 8 years ago

Now this depends on #94, and Travis CI is failing in the same way. . . what gives?