Bonsai_web_ui_extendySourceGiven a computation, builds a new computation that can hold a dynamic number of the wrapped computation.
val component' :
'a Bonsai.For_open.Computation.t ->
wrap_remove:('a -> unit Bonsai.For_open.Effect.t -> 'b) ->
'b t Bonsai.For_open.Computation.tLike component, but with the power to extend the result of the input component with an event that removes itself.