-
Notifications
You must be signed in to change notification settings - Fork 659
[WIP] TESTING PatternFly 6.4.0 prerelease packages #15563
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sg00dwin The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
setSelected(selections as string[]); | ||
onChange(selections as string[]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we avoid type assertion here?
placeholder={placeholder || t('console-shared~Select options')} | ||
noOptionsFoundMessage={t('console-shared~No results found')} | ||
// @ts-expect-error FIXME: PatternFly's onSelect is typed wrong (value should be any) | ||
onSelectionChange={onSelect} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onSelectionChange
is currently: selections: (string | number)[]
is there a resolution for this or will we have to change it to 'any' later?
toggle={toggle} | ||
isOpen={isOpen} | ||
// @ts-expect-error FIXME: PatternFly's onSelect is typed wrong (value should be any) | ||
onSelect={(_, selectedValue: TelemetryAnalyticsSelectOptions) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
isOpen={isOpen} | ||
toggleId="telemetry" | ||
// @ts-expect-error FIXME: PatternFly's onSelect is typed wrong (value should be any) | ||
onSelect={(_, selectedValue?: TelemetryAnalyticsSelectOptions) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mentioned above
ea30b48
to
648f27d
Compare
/retest |
@sg00dwin: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
No description provided.