Skip to content

Commit 73e07e9

Browse files
committed
fix: ambigious expression
1 parent 25adc7c commit 73e07e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Dead simple Object schema validation.
147147

148148
[![npm](https://img.shields.io/bundlephobia/minzip/yup?style=for-the-badge)](https://bundlephobia.com/result?p=yup)
149149

150-
> ⚠️ Pass context via `useForm({ context })`, not via `yupResolver`'s `schemaOptions`. Using React state/atoms via `schemaOptions.context` can result in stale/undefined values.
150+
> ⚠️ Pass context via `useForm({ context })`, not via `yupResolver`'s `schemaOptions`. Using React state/atoms via `schemaOptions.context` can result in `undefined` values.
151151
152152
```typescript jsx
153153
// Correct

0 commit comments

Comments
 (0)