Skip to content

Commit ccd55b7

Browse files
committed
Update doc page
1 parent 03fe2a4 commit ccd55b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/pages/schema/validator-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you don't want to block the form from submitting when a validator fails, you
88

99
## 1. Enable warnings
1010

11-
In the field, set `useWarnings` to `true`. This feature can impact performace, so it was made to be opt-in. Please, do not change this value run-time as it could introduce bugs because of React hooks ordering.
11+
In the field, set `useWarnings` to `true`.
1212

1313
```jsx
1414
{

0 commit comments

Comments
 (0)