-
Notifications
You must be signed in to change notification settings - Fork 512
Fix all react warnings #507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <Grid container> | ||
| <Grid item xs={12} className={classes.container}> | ||
| {error !== "" && ( | ||
| <Grid item xs={12}> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/ShareFile.tsx
Outdated
Show resolved
Hide resolved
portal-ui/src/screens/Console/Configurations/ConfigurationPanels/ConfigurationsList.tsx
Outdated
Show resolved
Hide resolved
|
I found another issue that seems not to be related to this change but must be fixed (#512) |
068b272 to
81456cb
Compare
cesnietor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested LGTM
Fixes all the outstanding warnings that react complains about.
Now
yarn buildcompletes without a complaint