reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.42k stars 1.18k forks source link

Handle Var passed to `rx.toast` #4405

Closed masenf closed 3 days ago

masenf commented 4 days ago

If the user provides a Var for message then apply it as props["title"] to avoid a var operations error.