You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.
Hello there, it would glad if you try to help me,
sorry for my poor english.
When I npm run start the interface
this should launch the interface but here is an issue :
C:/Users/Wind/Desktop/cro/Swap DEX/Pancake/pancake-swap-interface-v1-master/src/connectors/NetworkConnector.ts
TypeScript error in C:/Users/Wind/Desktop/cro/Swap DEX/Pancake/pancake-swap-interface-v1-master/src/connectors/NetworkConnector.ts(100,22):
This condition will always return true since this function is always defined. Did you mean to call it instead? TS2774
100 | if (resolve && reject) {
| ^
101 | if ('error' in result) {
102 | reject(new RequestError(result?.error?.message, result?.error?.code, result?.error?.data))
103 | } else if ('result' in result) {
Any help would be great thanks 👍
The text was updated successfully, but these errors were encountered:
Hello there, it would glad if you try to help me,
sorry for my poor english.
When I npm run start the interface
this should launch the interface but here is an issue :
C:/Users/Wind/Desktop/cro/Swap DEX/Pancake/pancake-swap-interface-v1-master/src/connectors/NetworkConnector.ts
TypeScript error in C:/Users/Wind/Desktop/cro/Swap DEX/Pancake/pancake-swap-interface-v1-master/src/connectors/NetworkConnector.ts(100,22):
This condition will always return true since this function is always defined. Did you mean to call it instead? TS2774
Any help would be great thanks 👍
The text was updated successfully, but these errors were encountered: