Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors building the client #25

Open
Roger-Omda opened this issue Dec 16, 2024 · 0 comments
Open

Errors building the client #25

Roger-Omda opened this issue Dec 16, 2024 · 0 comments

Comments

@Roger-Omda
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant