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

refactor: 🎨 migrated account component to TSX #47

Conversation

likhith-deriv
Copy link
Owner

Changes:

Please provide a summary of the change.

Screenshots:

Please provide some screenshots of the change.

@coveralls
Copy link

coveralls commented Aug 28, 2023

@github-actions
Copy link

Generating Lighthouse report...

@@ -9,7 +9,7 @@ import ProofOfOwnership from 'Sections/Verification/ProofOfOwnership';
import TwoFactorAuthentication from 'Sections/Security/TwoFactorAuthentication';

Choose a reason for hiding this comment

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

kindly migrate index to ts 🚚

Copy link
Owner Author

Choose a reason for hiding this comment

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

I am getting Parse errors in imported module 'Sections/Verification/ProofOfAddress': ';' expected. I am guessing it wants the imported and exported to be tsx?

Choose a reason for hiding this comment

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

in the respective index file of ProofOfAdress, can you write
export { default } from ****
instead of
export default from ****
will this work?

Copy link
Owner Author

@likhith-deriv likhith-deriv Aug 30, 2023

Choose a reason for hiding this comment

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

I think on migrating the imported files to tsx, this error should go. So I'll make those changes seperately?

@likhith-deriv likhith-deriv merged commit cd01ce8 into sprint-9/account-package-refactor Aug 30, 2023
0 of 3 checks passed
likhith-deriv added a commit that referenced this pull request Sep 22, 2023
…om#9832)

* refactor: ♻️ initial commit

* refactor: 🎨 fixed import file paths

* fix: 🧑‍💻 incorporate sonarcloud review

* refactor: ♻️ migrated reset-trading-password component to TSX

* refactor: 🎨 resolved build failure

* fix: ♻️ incorporated lint errors

* fix: 🎨 incorporated review comments

* fix: 🐛 resize issue

* refactor: 🎨 migrated account component to TSX (#47)

* refactor: 🎨 migrated account component to TSX

* fix: 🎨 refactored code

* refactor: 🎨 migrated account to tsx

* fix: 🎨 incorporated review comments

* chore: 💚 trigger empty commit

* fix: 🧪 failing testcase

* fix: 🐛 resolve password modal API failure

* fix: 🐛 bug regd disabled Financial Assessment

* fix: 🚚 updated paths

* Merge branch 'master' into sprint-9/account-package-refactor
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.

4 participants