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
While doing #2826 I introduced some bad logic into typegen. After running pnpm pretest on fuel-gauge to build all the typegen types, typegen threw this rather unhelpful error:
Generating types..
Type not supported: [object Object]
Something better might be:
Generating types..
Error while generating types for abi: _/path/to/abi_
Trying to generate type: _the abi type name and id_
Type not supported: [object Object]
This can also help us when users encounter such issues.
The text was updated successfully, but these errors were encountered:
While doing #2826 I introduced some bad logic into typegen. After running
pnpm pretest
onfuel-gauge
to build all the typegen types, typegen threw this rather unhelpful error:Something better might be:
This can also help us when users encounter such issues.
The text was updated successfully, but these errors were encountered: