Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrubbable(::Matrix) bug #247

Open
KingBoomie opened this issue Mar 8, 2023 · 0 comments
Open

Scrubbable(::Matrix) bug #247

KingBoomie opened this issue Mar 8, 2023 · 0 comments

Comments

@KingBoomie
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant