We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e7afd commit 09eaf64Copy full SHA for 09eaf64
docs/basics/ExampleTodoList.md
@@ -155,7 +155,7 @@ App.propTypes = {
155
visibleTodos: PropTypes.arrayOf(PropTypes.shape({
156
text: PropTypes.string.isRequired,
157
completed: PropTypes.bool.isRequired
158
- })),
+ }).isRequired).isRequired,
159
visibilityFilter: PropTypes.oneOf([
160
'SHOW_ALL',
161
'SHOW_COMPLETED',
docs/basics/UsageWithReact.md
@@ -343,7 +343,7 @@ App.propTypes = {
343
344
345
346
347
348
349
0 commit comments