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: export SafeActionClient type to make it portable (#267) #269

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

TheEdoRan
Copy link
Owner

Includes the SafeActionClient into the types export to make the inferred type of createSafeActionClient portable in order to avoid the error TS2742. It enables declaring the action client in a shared package and import it in the other apps or packages.

closes #64

Includes the `SafeActionClient` into the types export to make the
inferred type of `createSafeActionClient` portable in order to avoid the
error [TS2742](https://typescript.tv/errors/#ts2742). It enables
declaring the action client in a shared package and import it in the
other apps or packages.
Copy link

vercel bot commented Sep 13, 2024

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

Name Status Preview Comments Updated (UTC)
next-safe-action-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 1:46pm
next-safe-action-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 1:46pm

@TheEdoRan TheEdoRan merged commit 197ec51 into main Sep 13, 2024
7 checks passed
@TheEdoRan TheEdoRan deleted the beta branch September 13, 2024 13:47
Copy link

🎉 This PR is included in version 7.9.3 🎉

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.

Is this a turborepo issue?
2 participants