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
The prop justify on <Grid> components was changed to be justifyContent. So all instances of justify on a Grid component need updating.
These logs were another one clogging up testing logs.
The text was updated successfully, but these errors were encountered:
The justify prop on Grid components was renamed to justifyContent. After
updating that I noticed that SQFormDialogStepper had 2 new error logs.
So I added defaults for missing required props and added a type to the
children PropTypes.
✅ Closes: #499
Related to #458
The prop
justify
on<Grid>
components was changed to bejustifyContent
. So all instances ofjustify
on a Grid component need updating.These logs were another one clogging up testing logs.
The text was updated successfully, but these errors were encountered: