cyclejs / cyclejs

A functional and reactive JavaScript framework for predictable code
http://cycle.js.org
MIT License
10.24k stars 420 forks source link

@cycle/dom@10.0.0-rc13 events not working #303

Closed ntilwalli closed 8 years ago

ntilwalli commented 8 years ago

I updated to the latest rc and it's not working (http://www.webpackbin.com/4yza792lZ). If you switch it back down to rc-8 it works

staltz commented 8 years ago

And also this bug: https://github.com/cyclejs/dom/commit/5ecdfebc86459d9c463d81e762a04db9e2e624c5#commitcomment-17340230

ntilwalli commented 8 years ago

Cool The compile error got fixed when I changed line 131 to this:

const subject = xs.create<Event>();
staltz commented 8 years ago

Makes total sense. I'll do that! :+1: Nikhil

staltz commented 8 years ago

Try now with v10 rc15. Both issues solved

ntilwalli commented 8 years ago

Worked! Thanks!