Skip to content

Conversation

@linxiao-li
Copy link
Collaborator

Description

  • Introduces Typescript into VESSEL project, added dependencies and Eslint configurations to accommodate typescript and javascript
  • Rewrites the reusable components with typescript
  • Adjust the param passing for the dropdown renderOption function to align with typescript best practices

Test on your device

  1. run rm -rf node_modules in both root dir and packages/client
  2. delete all lock files
  3. run npm cache clean -f
  4. run yarn in root dir

Demo / Test Result

@linxiao-li linxiao-li requested a review from a team as a code owner October 31, 2022 16:09
};

export interface InputAddressProps {
web3: any;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Giving the web3 an any type since we are just starting the migration, there will be followup work to define the type for web3

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.

2 participants