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
For widgets which do support displaying diagnostics (not all of them, see #4412), only the message (not the kind/severity) of only the first diagnostic is displayed to the user (typically with something like helperText={widget.diagnostics[0]?.message}).
The text was updated successfully, but these errors were encountered:
For widgets which do support displaying diagnostics (not all of them, see #4412), only the message (not the kind/severity) of only the first diagnostic is displayed to the user (typically with something like
helperText={widget.diagnostics[0]?.message}
).The text was updated successfully, but these errors were encountered: