-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
The first example from Try it online section - Observe Events doesn't seem to work:
(0 , _callbagBasics.fromEvent) is not a function
16 | const setText = event => (prev, curr) => event.target.value;
> 17 | const inputs = pipe(fromEvent(input, "input"), map(setText));
| ^
18 |
alas, I don't know how to fix this.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels