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
classWebErrorextendsURIError{status?: number;}try{// Make a request}catch(err){if(errinstanceofWebError===false||err.status!=401){console.error(err);}}
π Actual behavior
The compiler thinks err is unknown and does not understand that err.status must be a valid property.
π Expected behavior
No compiler error.
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered:
π Search Terms
instanceof or unknown
π Version & Regression Information
See #38309, for instance.
β― Playground Link
https://www.typescriptlang.org/play?ts=5.2.0-beta#code/MYGwhgzhAEDqCmAjAogJ1Qe1deAPALvAHYAmMAqgEoCSam2A3gLABQ070E+Y+ArhAH4AXNCK8AtonioA3KwC+rVvlQBPaMzYcA9NugBZMAGt40MNFTwAjr3hcF0YD2AALaAAppqAJQbWHaABLADMPLyCiLjAiYHgMUIQUdCxoAF506GCwEAhTAB88nHQAOii+GABCVOgAFgAGAEZfTQCA4AxIjBB4Yq8sT3RvOS12RRYxoA
π» Code
π Actual behavior
The compiler thinks
err
isunknown
and does not understand that err.status must be a valid property.π Expected behavior
No compiler error.
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: