Failed prop type: Invalid prop `formComponents` of type `array` supplied to `FormWizard`, expected `object`.
Closed this issue · 1 comments
colorwalf commented
index.js:2178 Warning: Failed prop type: Invalid prop formComponents
of type array
supplied to FormWizard
, expected object
.
in FormWizard (at App.js:44)
in App (at src/index.js:7)
seems like prop type check should be replaced ?
formComponents: PropTypes.array.isRequired
not
formComponents: PropTypes.object.isRequired
GlennChon commented
Fixed. Thanks!