tsers-js / core

Transform-Signal-Executor framework for Reactive Streams
MIT License
145 stars 4 forks source link

BMI Counter example doesn't work #24

Closed ghost closed 8 years ago

ghost commented 8 years ago

At tsers-js/examples, If you click "BMI Counter" link, you get this error:

bundle.js:6258 Uncaught TypeError: g.call is not a function
milankinen commented 8 years ago

Hmm okay I'll take a look

ghost commented 8 years ago

It seems this issue is about the model. More precisely: about the calculated "bmi" property of the model.

ghost commented 8 years ago

I think you could close this issue, since it's fixed. However it would be useful a more meaningful error message or some kind of check, you know.

milankinen commented 8 years ago

The issue is with ramda currying which "corrupts" the stacktrace. Unfortunately nothing can be done in TSERS side 😥