Warning Invalid prop margin
of value normal
supplied to Input
#501
Labels
Type: Bug
Bug reports and their fixes
margin
of value normal
supplied to Input
#501
Getting browser warning caused by new changes in
uniforms-material 1.30.0
release as invalid props are being passed to the Material-UI Input component. I verified that this warning is not happening with 1.29.0.Removing
margin: 'normal'
from thedefaultProps
inSelectField.js
resolves the warning. I'm usingMaterial-UI 3.8.2
.The text was updated successfully, but these errors were encountered: