rename js to tsx #5
Annotations
10 errors
deploy:
src/apis/truhackAPI.tsx#L3
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
deploy:
src/helpers/client.tsx#L1
Variable 'fetch' implicitly has type 'any' in some locations where its type cannot be determined.
|
deploy:
src/helpers/client.tsx#L2
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
deploy:
src/helpers/client.tsx#L5
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
deploy:
src/helpers/client.tsx#L9
Parameter 'address' implicitly has an 'any' type.
|
deploy:
src/helpers/client.tsx#L14
Property 'address' does not exist on type 'Client'.
|
deploy:
src/helpers/client.tsx#L16
Property 'options' does not exist on type 'Client'.
|
deploy:
src/helpers/client.tsx#L28
Parameter 'url' implicitly has an 'any' type.
|
deploy:
src/helpers/client.tsx#L29
Variable 'fetch' implicitly has an 'any' type.
|
deploy:
src/helpers/client.tsx#L29
Property 'address' does not exist on type 'Client'.
|