content/docs/08-migration-guides/38-migration-guide-3-2.mdx
This guide will help you upgrade to AI SDK 3.2:
StreamingReactResponse functionality has been removedTo update to AI SDK version 3.2, run the following command using your preferred package manager:
<Snippet text="pnpm add ai@latest" />The experimental StreamingReactResponse has been removed. You can use AI SDK RSC to build streaming UIs.
The nanoid export has been deprecated. Please use generateId instead.
AI SDK UI supports several frameworks: React, Svelte, Vue.js, and SolidJS.
The integrations (other than React and RSC) have moved to separate Node modules. You need to update the import and require statements as follows:
ai/svelte to @ai-sdk/svelteai/vue to @ai-sdk/vueai/solid to @ai-sdk/solidThe old exports are still available but will be removed in a future release.