I found Your production web stack in 2020 - #10 by smondet which references the .value
traps.
In my case I tried changing it to ReactiveData.from_signal (React.S.fmap f [] some_signal)
which at least avoid the exception, but the list doesn’t seem to change with my signal getting updated (at least in my test case).