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
I get the following 2 errors when running: npm run build on client:
node_modules/@vue/reactivity/dist/reactivity.d.ts:420:9 - error TS2380: The return type of a 'get' accessor must be assignable to its 'set' accessor type
'S' could be instantiated with an arbitrary type which could be unrelated to 'T'.
420 get value(): T;
~~~~~
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:499:26 - error TS2304: Cannot find name 'ToggleEvent'.
I get the following 2 errors when running: npm run build on client:
node_modules/@vue/reactivity/dist/reactivity.d.ts:420:9 - error TS2380: The return type of a 'get' accessor must be assignable to its 'set' accessor type
'S' could be instantiated with an arbitrary type which could be unrelated to 'T'.
420 get value(): T;
~~~~~
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:499:26 - error TS2304: Cannot find name 'ToggleEvent'.
499 onToggle?: (payload: ToggleEvent) => void;
~~~~~~~~~~~
Found 2 errors.
The text was updated successfully, but these errors were encountered: