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
./src/core/utils/moonworm.ts:14:11
Type error: Type 'string' is not assignable to type 'never'.
12 | const o = new ABIGeneric();
13 | for (var i = 0; i < abiItems.length; i++) {
> 14 | const methodName: keyof ABIGeneric = abiItems[i].name ?? "_";
| ^
15 | const method = (x: number) => x + 1;
16 | if (methodName) {
17 | o[methodName] = method; // type sig seems unnecessary
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: