Skip to content

Conversation

@dvaldivia
Copy link
Collaborator

Fixes all the outstanding warnings that react complains about.

Now yarn build completes without a complaint

Screen Shot 2020-12-11 at 12 56 36 PM

@dvaldivia dvaldivia added the UI User Interface label Dec 11, 2020
@dvaldivia dvaldivia self-assigned this Dec 11, 2020
<Grid container>
<Grid item xs={12} className={classes.container}>
{error !== "" && (
<Grid item xs={12}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the correct class name for error message

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how we display errors in so many places XD do we have a component for errors?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet, but right now we are using a class called errorBlock

@bexsoft
Copy link
Collaborator

bexsoft commented Dec 14, 2020

I found another issue that seems not to be related to this change but must be fixed (#512)

@dvaldivia dvaldivia force-pushed the fix-all-react-warnings branch from 068b272 to 81456cb Compare December 14, 2020 18:37
Copy link
Collaborator

@cesnietor cesnietor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested LGTM

@dvaldivia dvaldivia merged commit 77e7491 into minio:master Dec 14, 2020
@Alevsk Alevsk deleted the fix-all-react-warnings branch December 14, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

UI User Interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants