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

Abandonware? #7

Open
seenickcode opened this issue Apr 1, 2023 · 0 comments
Open

Abandonware? #7

seenickcode opened this issue Apr 1, 2023 · 0 comments

Comments

@seenickcode
Copy link

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