-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
When I run the v6 codemodes, the path for ModalProps
does not get updated to the deprecated path.
It looks like it is not included in specifiers to move.
pf-codemods/packages/eslint-plugin-pf-codemods/src/rules/v6/modalDeprecated/modal-deprecated.test.ts
Lines 10 to 19 in d221f4f
const specifiersToMove = [ | |
"Modal", | |
"ModalVariant", | |
"ModalBox", | |
"ModalBoxBody", | |
"ModalBoxCloseButton", | |
"ModalBoxHeader", | |
"ModalBoxFooter", | |
"ModalContent", | |
]; |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done