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
oliviertassinari
changed the title
SpeedDial: Default prop value for "direction" property is wrong
[SpeedDial] Default prop value for "direction" property is wrong
Jan 9, 2021
Another PropTypes warning, introduced in v1.5.0.
Forgive me for not filling out the whole form, since this is an extremely straightforward bug. The problem is here:
https://github.com/mui-org/material-ui/blob/master/packages/material-ui-lab/src/SpeedDial/SpeedDial.js#L306
Acceptable values for
direction
are:['up', 'down', 'left', 'right']
but the default value is"top"
.The text was updated successfully, but these errors were encountered: