Netflix / falcor

A JavaScript library for efficient data fetching
http://netflix.github.io/falcor
Apache License 2.0
10.48k stars 446 forks source link

Empty keyset bug #979

Closed jcranendonk closed 4 years ago

jcranendonk commented 4 years ago

When calling Model.get() with overlapping path sets where a subsequent path set contains an empty key set, some values in the result are lost. This has been fixed by not overwriting an existing result node.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.003%) to 92.619% when pulling 7d0e368393c867165fec3b4a837595e4b637e590 on emptyKeysetBug into e144f12720e02a8b34a67b0bb94b815610534963 on master.