dioxus
dioxus copied to clipboard
fix(cli): showDXToast on reload
Basically, guarding the toast related DOM elements against nulls (if missing). It uses the most explicit and safe version of a JS implementation.
Closes #5175