Netflix / falcor

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

Skip nulls in path instead of throwing #982

Closed jcranendonk closed 3 years ago

jcranendonk commented 3 years ago

As the title says. Throwing has proven to be of limited value, and is causing log spam and unhandled Promise rejections.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.003%) to 92.823% when pulling cfd8df736238c10fe72c682584aaa531cbd89109 on null_key_handling into 087a91c600ff7db914d606218e62e8204916bdde on master.