You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both form and field components cause warnings on the browser console
Unknown prop `xxxx` on <yyyy> tag. Remove this prop from the element.
For details, see https://fb.me/react-unknown-prop
It seems this is new and the recommended approach is to distill the props passed on to the standard html component, and use a valid, stripped-down version of the props instead of {...props} spreading them all onto them.
Both form and field components cause warnings on the browser console
It seems this is new and the recommended approach is to distill the props passed on to the standard html component, and use a valid, stripped-down version of the props instead of
{...props}
spreading them all onto them.https://fb.me/react-unknown-prop
The text was updated successfully, but these errors were encountered: