-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels