Skip to content

Commit db10d82

Browse files
authored
Update 3.x upgrade guide.md (#2445)
Clarify based on #2436 (comment)
1 parent dec3ef4 commit db10d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.x upgrade guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Dropped support for Node 8, 9, 10. Minimum supported version of Node.js is now 1
1212

1313
### Help field IDs
1414

15-
IDs for [Help fields](https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/uiSchema/#help) are now suffixed by `__help` so that the IDs are unique. Previously, their IDs would be the same as the fields that they were describing.
15+
IDs for [Help fields](https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/uiSchema/#help) are now suffixed by `__help` so that the IDs are unique. Previously, their IDs would be nonexistent or the same as the fields that they were describing.
1616

1717
### Bring your own polyfills
1818

0 commit comments

Comments
 (0)