mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 03:15:21 -04:00
deprecated package #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Robert-Jia00129 on GitHub (Jun 29, 2025).
useChatinimport { useChat } from "ai/react";is deprecated.Should be using
import { useChat } from "@ai-sdk/react";@marcusschiesser commented on GitHub (Jun 29, 2025):
Thanks @Robert-Jia00129 great catch! Want to send a PR?