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
The current declaration mismatch error looks like:
error TS2403: Subsequent variable declarations must have the same type. Variable 'items' has type'DataTransferItemList' at built/local/lib.d.ts 6521:13, but here has type'DataTransferItem[]'.
The error was introduced by #19356. I do not think this is the correct solution here. the error as it stands is hard to read, and does not lend itself to navigation..
moreover, it makes our baselines very noisy.
I think the correct solution here is to do revert the changes in #19356 and look into #10489 instead.
The text was updated successfully, but these errors were encountered:
The current declaration mismatch error looks like:
The error was introduced by #19356. I do not think this is the correct solution here. the error as it stands is hard to read, and does not lend itself to navigation..
moreover, it makes our baselines very noisy.
I think the correct solution here is to do revert the changes in #19356 and look into
#10489 instead.
The text was updated successfully, but these errors were encountered: