-
Notifications
You must be signed in to change notification settings - Fork 2.4k
🔨Refactored 🧠 Overmind Hacktober | /app/pages/common/Modals/SearchDependenciesModal/index.js : refactor to tsx #2756
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
|
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/codesandbox/codesandbox-client/a5uq1xjly |
eb70b51 to
8180099
Compare
Saeris
left a comment
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.
We'd like to move everything over to named exports, so if you could commit the suggested changes and update any import references in the code base for this file, then we can get this merged. Thanks for the contribution!
packages/app/src/app/pages/common/Modals/SearchDependenciesModal/index.tsx
Outdated
Show resolved
Hide resolved
packages/app/src/app/pages/common/Modals/SearchDependenciesModal/index.tsx
Outdated
Show resolved
Hide resolved
…uses overmind and convert to tsx
Review Suggestions Co-Authored-By: Drake Costa <[email protected]>
c021346 to
322db68
Compare
|
@Saeris |
|
Build for latest commit 322db68 is at https://pr2756.build.csb.dev/s/new. |
|
Duplicate of #2747 |
What kind of change does this PR introduce?
Refactors code as a part of hacktoberfest mentioned in #2621.
@Saeris @christianalfoni @SaraVieira
What is the current behavior?
/app/pages/common/Modals/SearchDependenciesModal/index.js was written in JS.
What is the new behavior?
converted to tsx.
What steps did you take to test this? This is required before we can merge.
Checklist