MeterReader icon indicating copy to clipboard operation
MeterReader copied to clipboard

Errors building the client

Open Roger-Omda opened this issue 10 months ago • 0 comments

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.

Roger-Omda avatar Dec 16 '24 12:12 Roger-Omda