We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
3.3.19
streamText
ReferenceError: performance is not defined
performance
Expected result: ai can be used on Next.js Edge Runtime.
ai
Temporary workaround: Downgrade to ai@3.3.10.
ai@3.3.10
No response
performance has been added in this commit: 099db96
The text was updated successfully, but these errors were encountered:
Having the same issue.
Sorry, something went wrong.
Fix: https://github.com/vercel/ai/pull/2864/files
Fixed in ai@3.3.24
ai@3.3.24
No branches or pull requests
Description
Steps to reproduce:
3.3.19
)streamText
in API route on edge in Next.jsReferenceError: performance is not defined
becauseperformance
is not a supported API in Edge RuntimeExpected result:
ai
can be used on Next.js Edge Runtime.Temporary workaround:
Downgrade to
ai@3.3.10
.Code example
No response
Additional context
performance
has been added in this commit: 099db96The text was updated successfully, but these errors were encountered: