chungweileong94 / server-act

A simple React server action builder
MIT License
20 stars 1 forks source link

Fix schema parsing to support refinments. #24

Closed rvndev closed 1 week ago

rvndev commented 1 week ago

This PR changes safeParse to await safeParseAsync in action(). This will:

stackblitz[bot] commented 1 week ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: c9decaec540e3824a10738282bb71775d3cfce04

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------- | ----- | | server-act | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

chungweileong94 commented 1 week ago

Thanks for the contributes! Thought I had it before, but LGTM!

Before I merged this one, can you please do the following?

rvndev commented 1 week ago

Done!

chungweileong94 commented 1 week ago

Again, thanks!