vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
5.53k stars 1.63k forks source link

render is deprecetated #323

Closed mrisaacjoy closed 2 months ago

mrisaacjoy commented 2 months ago

/chat/lib/chat/actions.tsx you are importing + using render when is deprecated and not visible anymore on the docs on line 8

athrael-soju commented 2 months ago

@mrisaacjoy If you're having issues using ai-3.1 delete your node_modules folder and rebuild/restart your project.

mrisaacjoy commented 2 months ago

image

@athrael-soju what are you talking about? Im saying that the render line on actions.tsx is deprecated, if you look at the docs its not there so why is there a deprecated method in the code

athrael-soju commented 2 months ago

@mrisaacjoy it is mentioned in the release notes: https://vercel.com/blog/vercel-ai-sdk-3-1-modelfusion-joins-the-team, so it should be in the docs soon.