Netflix / falcor-router

A Falcor JavaScript DataSource which creates a Virtual JSON Graph document on your app server.
http://netflix.github.io/falcor
Apache License 2.0
104 stars 46 forks source link

Cannot find module `symbol-observable` #201

Open benlesh opened 7 years ago

benlesh commented 7 years ago

Because it was in there as a devDependency and not a dependency, tests were passing, however in production use there's a failure on some code paths because the module itself is missing.

Mea culpa. Easy fix.