Skip to content

Abandonware? #7

@seenickcode

Description

@seenickcode

The example does not work:

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0

YOUR TYPESCRIPT VERSION: 4.9.5

Error:

[plugin:vite-plugin-checker(ESLint)] Unsafe array destructuring of a tuple element with an `any` value.

/Users/seenickcode/code/solid-plyr/example/src/components/DashDemo.tsx:28:10

26 |
    27 | export default function DashDemo(): JSX.Element {
  > 28 |   const [plyr, setPlyr] = createDashPlyr({
       |          ^^^^
    29 |     source: dashSrc,
    30 |   });
    31 |   const [loading, setLoading] = createSignal(true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions