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
src/main.ts:17:24 - error TS2353: Object literal may only specify known properties, and 'highlighted' does not exist in type '{ log: any; }'.
17 { log: '$derived', highlighted: true },
~~~~~~~~~~~
src/main.ts:18:22 - error TS2353: Object literal may only specify known properties, and 'highlighted' does not exist in type '{ log: any; }'.
18 { log: 'double', highlighted: false },
~~~~~~~~~~~
Found 2 errors in the same file, starting at: src/main.ts:17
Context: another error that appeared in the TSGo CI check on the Svelte repo.
Seems to be caused by #1759