datavis-tech / reactive-model

A library for reactive dataflow programming.
MIT License
61 stars 6 forks source link

Improve error message when referencing unknown properties #19

Closed curran closed 8 years ago

curran commented 8 years ago

Currently, when a property is referenced but not defined, the following error occurs:

reactive-model-v0.8.0.min.js:1 Uncaught TypeError: Cannot read property 'id' of undefined

Tasks:

curran commented 8 years ago

Part of reactive-model 1.0 https://github.com/datavis-tech/reactive-model/issues/31

curran commented 8 years ago

Part of https://github.com/datavis-tech/reactive-model/issues/33

curran commented 8 years ago

This should actually be solved in reactive-function. Created a new issue over there https://github.com/datavis-tech/reactive-function/issues/20