Open Ramdhadage opened 8 months ago
I've got a temp fix on critical-issues
branch.
See https://github.com/blockr-org/blockr/commit/cbcd4770def49113ad5ec6aefaaad5874e259fb4
I only run ui_update
if the value has been updated and it seems to get rid of the infinite reactive loop.
Unfortunately my hack does not cover all instances of the infinite reactive loop. It does solve the one saved in this very issue but it can still occur in other places.
The hack was to store the values of fields set in the previous reactive flush to reuse them so we can only update the ui with ui_update
but this does not work when input values are changed rapidly, e.g.: clicking the increment button on a numeric input.
Slider is flickering for filter block when I fallow below steps for: