You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,6 @@ You can customize `useAJVForm` using the following options:
221
221
222
222
To see `useAJVForm` in action, visit our [Yail Storybook](https://yail.programmer.network/?path=/docs/input-forms--docs). Click on `Show code` to explore practical usage examples of the hook.
223
223
224
-
225
224
Sure! Your explanation and example are already clear, but it could be slightly improved for clarity, readability, and providing additional flexibility. Here's an improved version that is concise, polished, and includes a few additional tips.
226
225
227
226
---
@@ -235,21 +234,21 @@ To continuously improve or extend this library during development, the most effi
235
234
Update your Vite configuration to conditionally alias the library path when using your local version:
236
235
237
236
```ts
238
-
importpathfrom"path";
239
-
import { defineConfig } from"vite";
237
+
importpathfrom'path';
238
+
import { defineConfig } from'vite';
240
239
241
240
exportdefaultdefineConfig(() => {
242
241
// Check if the USE_LOCAL_AJV environment variable is true
0 commit comments