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
Expected: Component renders at least twice and results in [:div "{:versions 1} {:versions: 1}"].
Actual: Component renders once and results in in [:div "nil {:versions 1}"] (unless something else causes a render).
The text was updated successfully, but these errors were encountered:
I tried using this component in a project, and I'm seeing {:versions [1]} {:versions [1]} rendered. I also tried adding some console.logs on the fn body and inside when form, and I can see the update is called once and render is first called with {:versions nil} and then with the updated value.
Reagent version: 1.1.0
Repro:
Expected: Component renders at least twice and results in
[:div "{:versions 1} {:versions: 1}"]
.Actual: Component renders once and results in in
[:div "nil {:versions 1}"]
(unless something else causes a render).The text was updated successfully, but these errors were encountered: