Closed curran closed 8 years ago
Part of reactive-model 1.0 https://github.com/datavis-tech/reactive-model/issues/31
This should actually be solved in reactive-function. Created a new issue over there https://github.com/datavis-tech/reactive-function/issues/20
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:
The property "foo" was referenced as a dependency for a reactive function before it was defined. Please define each property before referencing them in reactive functions.