-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix: Ui5 codemod adjustments #3449
fix: Ui5 codemod adjustments #3449
Conversation
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.
Check warning on line 23 in src/components/Clusters/views/ClusterOverview/ClusterValidation/ClusterValidation.tsx
'Loader' is defined but never used
What about badges in extensibility? Are changes with warning
-> critical
affecting anything?
@@ -20,6 +20,8 @@ import { isResourceEditedState } from 'state/resourceEditedAtom'; | |||
import { isFormOpenState } from 'state/formOpenAtom'; | |||
import { handleActionIfFormOpen } from '../UnsavedMessageBox/helpers'; | |||
|
|||
import { ObjectPageHeader } from '@ui5/webcomponents-react'; |
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.
import { ObjectPageHeader } from '@ui5/webcomponents-react'; |
For the badges, there needs to be done whole badges component adjustment because of those changes. I would propose to do it in separate PR. The small change in this PR won't affect extensibility. |
Description
Changes proposed in this pull request:
Related issue(s)
#3422
Definition of done
backlog#4567