We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description npm i and npm run dev work. But npm run build doesn't work
Steps to Reproduce
npm I npm run build
Additional Context I have this error:
[email protected] build > next build ▲ Next.js 14.2.4 Linting and checking validity of types ...Failed to compile. ./node_modules/abi-wan-kanabi-v1/index.ts:15:3 Type error: 'abi' is declared but its value is never read. 13 | TFunctionName extends ExtractAbiFunctionNames<TAbi>, 14 | >( > 15 | abi: TAbi, | ^ 16 | f: TFunctionName, 17 | args: FunctionArgs<TAbi, TFunctionName>, 18 | ): FunctionRet<TAbi, TFunctionName> {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
npm i and npm run dev work. But npm run build doesn't work
Steps to Reproduce
npm I
npm run build
Additional Context
I have this error:
The text was updated successfully, but these errors were encountered: