JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Scrubbable(::Matrix) bug #247

Open KingBoomie opened 1 year ago

KingBoomie commented 1 year ago

Even the simplest Scrubbable broke

# ╔═╡ 9bed5bbc-bdbb-11ed-3d64-39ee3bc31c3f
using PlutoUI

# ╔═╡ 769137aa-283c-4699-a0bb-feedfa3ad37a
A_temp = [
    1 2
    3 4
]

# ╔═╡ 805a8913-c428-48ed-bf27-858528faca52
@bind A Scrubbable(A_temp)

image (sorry about the image, copying the exception itself leads to unreadable output without manual formatting)