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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
I thought that by declaring the default attribute in a flag, it would set it to the type I put.
But it's <T | undefined> and it's a problem for me. Is it intentional?
IMO it should not be undefined since it's default.
I thought that by declaring the default attribute in a flag, it would set it to the type I put.
But it's
<T | undefined>
and it's a problem for me. Is it intentional?IMO it should not be undefined since it's default.
The text was updated successfully, but these errors were encountered: