Skip to content
New issue

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

fix: Turbopack and edge deployments, Vitest hooks tests #55

Merged
merged 6 commits into from
Jan 24, 2024
Merged

Conversation

TheEdoRan
Copy link
Owner

No description provided.

TypeSchema v0.12.2 fixes an incompatibility issue with Next.js Turbopack dev server and deployments
on edge environment.

re #49
Vitest fails to run tests if React hook functions are imported via named imports, so switching to a
namespace import fixes the issue.

re #54
Copy link

vercel bot commented Jan 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
next-safe-action-example-app ✅ Ready (Inspect) Visit Preview Jan 24, 2024 9:16am
next-safe-action-website ✅ Ready (Inspect) Visit Preview Jan 24, 2024 9:16am

@TheEdoRan TheEdoRan merged commit 2cd74ed into main Jan 24, 2024
7 checks passed
@TheEdoRan TheEdoRan deleted the beta branch January 24, 2024 09:19
Copy link

🎉 This PR is included in version 6.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Package is incompatible with Vitest [BUG] TypeSchema breaks edge deployment and Turbopack dev server
1 participant