- https://github.com/vercel/ai-chatbot/blob/main/artifacts/text/server.ts#L22 - https://github.com/vercel/ai-chatbot/blob/main/artifacts/text/server.ts#L58 In my setup, those lines above emit type errors as: ``` error TS2367: This comparison appears to be unintentional because the types '"error" | "abort" | "file" | "source" | "text-delta" | "finish" | "text-start" | "text-end" | "reasoning-start" | "reasoning-delta" | "reasoning-end" | "tool-input-start" | ... 8 more ... | "raw"' and '"text"' have no overlap. ``` Cloud someone help me out please?