Skip to content

Commit

Permalink
Merge branch 'main' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Jul 12, 2024
2 parents 21dff3a + e00829a commit 59d6c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ If you're in this situation, you have two paths to choose from to fix it:

2. If you're using Zod and TypeScript 5.5, you can install the experimental version of next-safe-action. It shares the same codebase as the stable version, the only difference it's that it supports just Zod. More information about this can be found in [this issue](https://github.com/TheEdoRan/next-safe-action/issues/180#issuecomment-2201607407) on GitHub. You can install it in your project by running the following command:

```sh
npm i next-safe-action@experimental # or yarn, pnpm
```bash npm2yarn
npm i next-safe-action@experimental
```

### TypeSchema issues with Edge Runtime
Expand Down

0 comments on commit 59d6c1f

Please sign in to comment.