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
I downloaded the repository from ethereum-uniswap-v3 starter. When I run the command yarn build, I encountered several TypeScript errors.
The errors are related to incorrect number of arguments passed and incorrect type arguments provided in several files. Below is the output of the errors:
Project manifest generated
› Error: [tsl] ERROR in src/mappings/utils/pricing.ts(96,47)
› TS2554: Expected 2 arguments, but got 1.
› [tsl] ERROR in src/types/models/Burn.ts(84,48)
› TS2558: Expected 0 type arguments, but got 1.
› [tsl] ERROR in src/types/models/Burn.ts(90,48)
› TS2558: Expected 0 type arguments, but got 1.
› [tsl] ERROR in src/types/models/Burn.ts(96,48)
› TS2558: Expected 0 type arguments, but got 1.
› ...
› [tsl] ERROR in src/types/models/TokenHourData.ts(87,48)
› TS2558: Expected 0 type arguments, but got 1.
› [tsl] ERROR in src/types/models/WhiteListPools.ts(54,48)
› TS2558: Expected 0 type arguments, but got 1.
› [tsl] ERROR in src/types/models/WhiteListPools.ts(60,48)
› TS2558: Expected 0 type arguments, but got 1.
error Command failed with exit code 2.
It seems there might be some incompatibility or missing type configurations in the project. Could you provide guidance or help fix these issues?
The text was updated successfully, but these errors were encountered:
I downloaded the repository from ethereum-uniswap-v3 starter. When I run the command yarn build, I encountered several TypeScript errors.
The errors are related to incorrect number of arguments passed and incorrect type arguments provided in several files. Below is the output of the errors:
It seems there might be some incompatibility or missing type configurations in the project. Could you provide guidance or help fix these issues?
The text was updated successfully, but these errors were encountered: