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

Components: Fix typescript #2451

Closed

Conversation

shubhamkmr04
Copy link
Contributor

No description provided.

@shubhamkmr04
Copy link
Contributor Author

shubhamkmr04 commented Oct 2, 2024

Components left for resolving typescript errors:

  • TextInput.tsx
  • Channels/ChannelItem.tsx
  • Channels/ChannelsFilter.tsx
  • PaymentPath.tsx
  • SuccessErrorMessage.tsx
  • NodeIdenticon.tsx
  • Header.tsx
  • LayerBalances/index.tsx

@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react';
import { Text, TouchableWithoutFeedback, View } from 'react-native';
import { StackNavigationProp } from '@react-navigation/native';
import { StackNavigationProp } from '@react-navigation/stack';
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure about this one

@@ -117,7 +118,9 @@ export default class UnitsStore {

if (!fiatEntry?.rate) {
return {
error: 'Rate for selected currency not available'
error: 'Rate for selected currency not available',
Copy link
Contributor

Choose a reason for hiding this comment

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

should these be localized?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup, did that!

@shubhamkmr04 shubhamkmr04 force-pushed the shubham/typescript-fixes branch 4 times, most recently from e9d0cf3 to 60f0850 Compare October 3, 2024 16:45
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