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
I expect a no-floating-promises error on the test() call
Actual Result
There were two "Unsafe call of a(n) error type typed value" errors instead - as if the Automatic Type Acquisition didn't acquire the types at all for the linter.
Additional Info
No response
Versions
The text was updated successfully, but these errors were encountered:
Before You File a Bug Report Please Confirm You Have Done The Following...
Relevant Package
website
Playground Link
https://typescript-eslint.io/play/#ts=5.8.2&fileType=.tsx&code=JYWwDg9gTgLgBAbzgEwKYGcDGVgCNUA0cw8AvnAGZQQhwDkAdhGgFwwYx0DcAUD2lhz4AFHQCGcduk5FhASjgBeAHyIecYjFFj0ATwaYAFtSYBXdHSI79mOPKWqE6jXEwQG6CABtUAOi8QAOaiFBAQdHK8GqSRPDFcQA&eslintrc=N4KABGBECmAeAu0B2ATAzpAXGA2pADgDYCuA5gJZKYAC8AnvtGgMYBO5%2B8AtE4ZfAHo08ds271GXZgAtozANbQUkALoAacFFbFCTLGFAQIkWgyZsO3XvwFIA9lwBmhOwEN4lUl3ys7AW3I0PWxIAHdXViRITQBfEBigA&tsconfig=N4KABGBEDGD2C2AHAlgGwKYCcDyiAuysAdgM6QBcYoEEkJemy0eFYDAruuGAL4g9A&tokens=false
Repro Code
ESLint Config
tsconfig
Expected Result
I expect a no-floating-promises error on the
test()
callActual Result
There were two "Unsafe call of a(n)
error
type typed value" errors instead - as if the Automatic Type Acquisition didn't acquire the types at all for the linter.Additional Info
No response
Versions
The text was updated successfully, but these errors were encountered: