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

The type of input variable [values] should be Array<string> or string[] which in SegmentedControlComponent #839

Open
NeilQ opened this issue May 23, 2022 · 0 comments

Comments

@NeilQ
Copy link

NeilQ commented May 23, 2022

Version

6.0.0

Environment

any

Reproduction link

Steps to reproduce

<SegmentedControl [values]="['Segment1', 'Segment2']">

What is expected?

no error report

What is actually happening?

error: Type string[] is not assignable to type Array[]

Other?

The type of input variable [values] should be Array or string[] instead of Array[] which in SegmentedControlComponent,
or there's an error: Type string[] is not assignable to type Array[] in some code editor, not critical but less rigorous.

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