You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a noted aspect of React but it doesn't look like from_signal handles this correctly. Is there a known workaround? I run into this subtle error in code looking roughly like: div @@ Rlist.from_signal @@ React.S.map (..) some_signal.
I was thinking a simple workaround might be below?
letfrom_signal?(eq = (=))s=letfd'd=Patch (D.diff ~eq d d') in
from_event (tryReact.S.value s withFailure"signal value undefined yet" ->[]|_ ->assertfalse) (React.S.diff f s)
The text was updated successfully, but these errors were encountered:
This is a noted aspect of React but it doesn't look like
from_signal
handles this correctly. Is there a known workaround? I run into this subtle error in code looking roughly like:div @@ Rlist.from_signal @@ React.S.map (..) some_signal
.I was thinking a simple workaround might be below?
The text was updated successfully, but these errors were encountered: