cyclejs-community / cyclic-router

Router Driver built for Cycle.js
MIT License
109 stars 25 forks source link

Small performance improvement: Run prettier only for modified files in lint-staged #211

Closed olpeh closed 6 years ago

olpeh commented 6 years ago

I'm unsure how to fix this error. Also this is not caused by the change I made.

src/routerify.ts(63,17): error TS2345: Argument of type 'Stream<any>' is not assignable to parameter of type 'Stream<any>'. Property '_ils' is protected but type 'Stream<T>' is not a class derived from 'Stream<T>'.

jvanbruegge commented 6 years ago

update xtream/typescript