Skip to content
New issue

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

Type error in type checking step in vercel deployment #334

Open
raphaelgpalma opened this issue May 9, 2024 · 0 comments
Open

Type error in type checking step in vercel deployment #334

raphaelgpalma opened this issue May 9, 2024 · 0 comments

Comments

@raphaelgpalma
Copy link

LOG:
[11:20:27.375]
[11:20:27.375] info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
[11:20:30.356] Failed to compile.
[11:20:30.357]
[11:20:30.357] ./components/chat-panel.tsx:77:31
[11:20:30.358] Type error: Parameter 'currentMessages' implicitly has an 'any' type.
[11:20:30.358]
[11:20:30.358] } ` }
[11:20:30.358] onClick={async () => {
[11:20:30.358] setMessages(currentMessages => [
[11:20:30.358]
[11:20:30.359] ...currentMessages,
[11:20:30.359] {
[11:20:30.359] id nanoid(),
[11:20:30.397] Error: Command "next build" exited with 1
[11:20:30.876]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant