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 the BitBadge component, the Max and Content settings are currently handled within the OnParametersSetAsync lifecycle method.
To correct this issue, we should remove the overrides of the OnParametersSetAsync method and instead utilize the [CallOnSet] attribute for the Max and Content parameters. This will ensure that changes are handled more efficiently and synchronously, avoiding the overhead and potential issues associated with OnParametersSetAsync.
The text was updated successfully, but these errors were encountered:
Cyrus-Sushiant
changed the title
Incorrect Max and Content settings in the OnParametersSetAsync lifecycle method of the BitBadge component
Incorrect Max and Content settings in OnParametersSetAsync of BitBadge component
Oct 1, 2024
In the BitBadge component, the Max and Content settings are currently handled within the OnParametersSetAsync lifecycle method.
To correct this issue, we should remove the overrides of the OnParametersSetAsync method and instead utilize the [CallOnSet] attribute for the Max and Content parameters. This will ensure that changes are handled more efficiently and synchronously, avoiding the overhead and potential issues associated with OnParametersSetAsync.
The text was updated successfully, but these errors were encountered: