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
Actual result: The following error is printed to the browser console:
Uncaught Error: Cannot read property 'kind' of undefined
TypeError: Cannot read property 'kind' of undefined
at Object.e.isImportClause (tsWorker.js:21)
at Object.n.deleteDeclaration (tsWorker.js:21)
at r (tsWorker.js:21)
at n.finishDeleteDeclarations (tsWorker.js:21)
at n.getChanges (tsWorker.js:21)
at Function.n.with (tsWorker.js:21)
at Object.getCodeActions (tsWorker.js:21)
at tsWorker.js:21
at Object.e.flatMap (tsWorker.js:21)
at Object.n.getFixes (tsWorker.js:21)
at errors.ts:22
Expected result: No errors are shown in the browser console.