0no-co / wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow
MIT License
709 stars 29 forks source link

Observer.next from make doesn't accept boolean:false #95

Closed ispyinternet closed 4 years ago

ispyinternet commented 4 years ago

After playing around with wonka and trying to make a source with make, if you pass false as the next value you get uncaught error.

Should I be able to pass a boolean value as the next value?

ispyinternet commented 4 years ago

scrap that ! Still got an issue :0