Next.js Discord

Discord Forum

Error: Maximum update depth exceeded.

Unanswered
Löwchen posted this in #help-forum
Open in Discord
Avatar
LöwchenOP
I am getting this error when I send a message to the chat with the vercel ai sdk with elk useChat to make a call, and I don't know why it happens.
Image

4 Replies

Avatar
LöwchenOP
handlesubmit:

const onSubmit = (e: React.FormEvent) => {
    e.preventDefault();
    if (input.trim()) {
      handleSubmit(e);
      setShowInitialView(false);
    }
  };
Avatar
Entire codebase would be needed
Avatar
LöwchenOP
Image
Avatar
LöwchenOP
@James4u (Tag me if needed) ?