mhuebert/re-view

Render loop affects controlled text input components

Closed this issue · 0 comments

Controlled input fields do not behave correctly when not force-rendered immediately after a state change.

Can be handled manually by (v/force-update! the-component) after changing state, but this is not ideal.