Skip to content

Commit bb07eba

Browse files
committed
Update docs
1 parent 7cae614 commit bb07eba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apps/docs/content/docs/react/getting-started.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ In the docs, we will use Material UI as an example but simply replace the import
120120

121121
<ModeTab command="@autoform/zod" />
122122

123+
> If you are using Zod < 3.25.0 (i.e. the one before the split into `/v3` and `/v4`), please install `@autoform/zod@^4.0.0` instead:
124+
>
125+
> <ModeTab command="@autoform/zod@^4.0.0" />
126+
123127
#### Yup
124128

125129
<ModeTab command="@autoform/yup" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "turbo build",
6-
"dev": "turbo dev",
6+
"dev": "turbo dev --concurrency 20",
77
"lint": "turbo lint",
88
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
99
"cypress": "turbo run cypress --filter=web",

0 commit comments

Comments
 (0)