Skip to content

Errors building the client #25

Description

@Roger-Omda

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions