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

fix <DropdownMenu.Item /> onSelect prop #624

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

prichodko
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Oct 17, 2024

🦋 Changeset detected

Latest commit: 89ee596

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@status-im/components Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Oct 17, 2024

@prichodko is attempting to deploy a commit to the Status Team on Vercel.

A member of the Team first needs to authorize it.

@@ -123,7 +123,7 @@ Search.displayName = 'Search'
type ItemProps = DropdownMenu.DropdownMenuItemProps & {
icon?: IconElement
label: string
onSelect: () => void
// onSelect: NonNullable<DropdownMenu.DropdownMenuItemProps['onSelect']>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if make it required or not :)

Copy link
Collaborator

@jkbktl jkbktl Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind, I got it now

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if make it required or not :)

is it required by dropdown menu? (doesn't seem so, I'd follow it)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prichodko prichodko requested review from a team, jkbktl, felicio and marcelines October 17, 2024 10:47
@prichodko prichodko self-assigned this Oct 17, 2024
@status-im-auto
Copy link
Member

status-im-auto commented Oct 17, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 0c8b6d8 #1 2024-10-17 11:05:46 ~33 sec chrome 📦zip
✔️ 89ee596 #2 2024-10-17 13:12:35 ~30 sec chrome 📦zip

@prichodko prichodko merged commit b159258 into status-im:main Oct 17, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants