Skip to content

Commit 949db58

Browse files
ci: apply automated fixes and generate docs
1 parent 92a9fc7 commit 949db58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/framework/react/guides/basic-concepts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ Example:
7878
)}
7979
/>
8080
```
81+
8182
If you run into issues handing in children as props, make sure to check your linting rules.
8283

8384
Example (ESLint):
85+
8486
```json
8587
"rules": {
8688
"react/no-children-prop": [
@@ -92,7 +94,6 @@ Example (ESLint):
9294
}
9395
```
9496

95-
9697
## Field State
9798

9899
Each field has its own state, which includes its current value, validation status, error messages, and other metadata. You can access a field's state using the `field.state` property.

0 commit comments

Comments
 (0)