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
We should provide a codemod that helps consumers automate an upgrade from the deprecated Modal (which will have had its import path updated to the deprecated directory as part of another codemod) to the current composable implementation. This would include:
updating the import path back to non-deprecated
importing other subcomponents
grabbing certain props from Modal and creating a new structure based on those props
removing props from Modal
Required actions:
Build codemod
Build test
Update readme with description & example
The text was updated successfully, but these errors were encountered:
Follow up to comments in #808 and breaking change PR patternfly/patternfly-react#10799. This also would rely upon #809 getting in first.
We should provide a codemod that helps consumers automate an upgrade from the deprecated Modal (which will have had its import path updated to the deprecated directory as part of another codemod) to the current composable implementation. This would include:
Required actions:
The text was updated successfully, but these errors were encountered: