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
All other type-safe getters are nullable. My question is why the getFile function in particular returns a non-nullable FileUpload type - if there is no file at this input, shouldn't it be consistent and return null?
The text was updated successfully, but these errors were encountered:
All other type-safe getters are nullable. My question is why the
getFile
function in particular returns a non-nullableFileUpload
type - if there is no file at this input, shouldn't it be consistent and returnnull
?The text was updated successfully, but these errors were encountered: