hhugo
hhugo
Should probably live outside the jsoo repo
Can be documented in #1217
@dbuenzli, 9 years later .. would you want to give #1584 a try ?
Can not longer reproduce, I suspect the issues got fixed at some point.
replaced by #1391
The #1391 approach is much less invasive and results in much less code to maintain overall.
#1358 should have fixed the perf issue.
I've just hit `Assert_failure src/react.ml,411,54` while updating a signal/event during a step. I got around it using `fix` `val iter : ('a -> unit) -> 'a event -> unit` ```...
yes `f` update events/signals
When saying `You should not do that either`, you mean this ``` let iter f_may_update_event e = let _ = React.E.map (fun x -> Lwt.async (fun () -> Lwt_js.sleel 0....