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
this.claimService.updateClaimBySubscriptionId requires string[] as first parameter and typescript check filteredClaimIds that still contains null value but I filtered in previous line.
Please edit and fill out the issue template properly, and if this is indeed a duplicate of #38390 and fixed in nightly, then do the TS team the favor of closing the issue so they don't have to. Thanks!
🔎 Search Terms
🕗 Version & Regression Information
⏯ Playground Link
No response
💻 Code
🙁 Actual behavior
this.claimService.updateClaimBySubscriptionId
requires string[] as first parameter and typescript checkfilteredClaimIds
that still contains null value but I filtered in previous line.🙂 Expected behavior
Should be passed without error
Additional information about the issue
Node version: 20.10.0
Typescript version: 5.4.5
Yarn version: 1.22.21
The text was updated successfully, but these errors were encountered: