-
Notifications
You must be signed in to change notification settings - Fork 2k
Typescript error for part param in youtube API #3200
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is this a client library issue or a product issue?
Client library issue
Did someone already solve this?
No as I have seen
Environment details
Here I share a minimal codesandbox where you can see the ts warning: https://codesandbox.io/s/quirky-pascal-dhvsxt?file=/src/index.ts I have also tried to pass the parameter as a list of strings but it doesnt fix the issue either.