buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

The way Form passes props down to the View causes React warnings #1403

Closed ecamellini closed 4 years ago

ecamellini commented 4 years ago

Passing ...props to View results in warning for props that are outside View.Props, such as noSubmitOnEnter.

To avoid this error, props that are not View.Props shall be extracted when destructuring this.props.

image