-
Notifications
You must be signed in to change notification settings - Fork 375
Fix type definition for ContextSelectorItemProps
#8670
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
Conversation
|
Preview: https://patternfly-react-pr-8670.surge.sh A11y report: https://patternfly-react-pr-8670-a11y.surge.sh |
|
For reference, this was causing issues for us when extending the component and re-using this interface. |
|
@jonkoops can this be against the v5 branch? |
|
@tlabaj Done 👍 |
|
Can you run |
|
Done. Out of curiosity, how is this related to the change I made here? 🤔 Edit Looking at the commits this seems to have regressed on the |
|
@tlabaj I've rebased the PR so there is no longer a merge conflict, could you merge it in? |
|
The linting issue in your PR has been fixed so a rebase should fix it. |
|
Rebased it another time, hopefully it's good now. |
Changes the type definition of
ContextSelectorItemPropsso that theonClick,indexandsendRefprops are no longer required. Default values are already provided for these props, so this type was simply wrong.