Closed hugobarauna closed 7 months ago
When I run the following code in a code cell:
Kino.Input.text("Node") |> Kino.render() Kino.Input.text("Cookie") |> Kino.render() Kino.nothing()
The output doesn't show the HTML input element of the first Kino.Input:
Kino.Input
I was able to replicate that bug with Livebook main, Kino main or Kino 0.12.3 (latest).
Fixed in https://github.com/livebook-dev/livebook/commit/c67095bbe12bcfd8fbc40d88875b343350e2d24f.
When I run the following code in a code cell:
The output doesn't show the HTML input element of the first
Kino.Input
:I was able to replicate that bug with Livebook main, Kino main or Kino 0.12.3 (latest).