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 give consumers an explicit heads up about deprecated components which have now been removed.
Ideally they should have customized error messages, I.e. for the select or dropdown we might want to suggest consumers look at the templates, for context selector we can point them towards the context selector example in our custom menus, etc
Though these would more or less be warnings the rule should throw errors and not warnings, since removed components that are in consumer codebases will cause build errors.
Required actions:
Build codemod
Build test
Update readme with description & example
The text was updated successfully, but these errors were encountered:
Follow up to breaking change PR patternfly/patternfly-react#10345
We should give consumers an explicit heads up about deprecated components which have now been removed.
Ideally they should have customized error messages, I.e. for the select or dropdown we might want to suggest consumers look at the templates, for context selector we can point them towards the context selector example in our custom menus, etc
Though these would more or less be warnings the rule should throw
error
s and notwarning
s, since removed components that are in consumer codebases will cause build errors.Required actions:
The text was updated successfully, but these errors were encountered: