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
In Toast.ts, the variants error, warning, and success have //deprecated next to them but they are not marked or documented for deprecation anywhere else in the code.
Resolution:
if not deprecated, clean up the comments
if deprecated, properly mark the variant types as deprecate and documented in our args tables across all documentation sites with a date of decrecation
The text was updated successfully, but these errors were encountered:
Code of conduct
Description of issue
In Toast.ts, the variants
error
,warning
, andsuccess
have//deprecated
next to them but they are not marked or documented for deprecation anywhere else in the code.Resolution:
The text was updated successfully, but these errors were encountered: