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
Should we update to version 5 (or newer) of TypeScript? We have noticed this in test-things due to discrepancy in the versions (not a huge deal) and I wasn't sure if there is a blocker.
I could not find an exact issue and asked @danielpeintner and we both remember something but not an issue it seems.
The text was updated successfully, but these errors were encountered:
why are we pinpointing the version to a fixed version "typescript": "4.7.4" in the first place?
out of curiosity I tried to update to [email protected] and npm run build fails with errors (e.g., node_modules/@types/node/globals.d.ts:73:13 - error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of typ)
Hence, I updated @types/node also which leads to even more issues with eventsource etc etc ... so it seems this requires more work :-(
Should we update to version 5 (or newer) of TypeScript? We have noticed this in test-things due to discrepancy in the versions (not a huge deal) and I wasn't sure if there is a blocker.
I could not find an exact issue and asked @danielpeintner and we both remember something but not an issue it seems.
The text was updated successfully, but these errors were encountered: