solid-plyr icon indicating copy to clipboard operation
solid-plyr copied to clipboard

Abandonware?

Open seenickcode opened this issue 2 years ago • 0 comments

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);

seenickcode avatar Apr 01 '23 00:04 seenickcode