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
Hmm. I think it's important that casting an rx expression to a string still returns an rx expression, so that e.g. displaying some result as text or a label in a dashboard can be reactive. So I guess the issue is that the system print function isn't reactive aware? I don't know of a clean way to do it, though maybe mucking around with __builtin__.print could work.
I'm on the latest
main
branch of param. When trying to print a reactive expression it raises an exceptionThe workaround is to print
rx_value.rx.value
instead. But this would be confusing to a lot of users. Please fix.The text was updated successfully, but these errors were encountered: