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: "Select" naming collision #13908

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

wackerow
Copy link
Member

Description

  • Moves recently added /components/ui/Select/* component up a level to /components/Select/*, a component that follows the pattern of exporting the parent element
  • Relocated story to same folder
  • Leaves the new /components/ui/select.tsx in place, which follows that same pattern of exporting it's exploded parts

Fixes build errors on #13807

Can separately address deprecating one of these in favor of the other.

Related Issue

@github-actions github-actions bot added the tooling 🔧 Changes related to tooling of the project label Sep 19, 2024
Copy link
Member

@pettinarip pettinarip left a comment

Choose a reason for hiding this comment

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

Approved to unblock the other PR but I don't think we should keep both selects since they both use react-select and is not clear when to use one or the other. Ideally, we should keep one of them and adjust the instances accordingly. We could tackle this refactor in a different PR if we agree.

@corwintines corwintines merged commit 8ddd6a9 into walletTableAbstraction Sep 19, 2024
4 of 6 checks passed
@corwintines corwintines deleted the walletSelect branch September 19, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling 🔧 Changes related to tooling of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants