MeterReader
MeterReader copied to clipboard
Errors building the client
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.