ai
Version:
AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript
17 lines (11 loc) • 407 B
text/mdx
title: Streamable UI Errors
description: Troubleshooting errors related to streamable UI.
# Streamable UI Component Error
## Issue
- Variable Not Found
- Cannot find `div`
- `Component` refers to a value, but is being used as a type
## Solution
If you encounter these errors when working with streamable UIs within server actions, it is likely because the file ends in `.ts` instead of `.tsx`.