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) {
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 👍