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
When consumers import things from Patternfly in such manner:
import ReactTable from '@patternfly/react-table';
<ReactTable.Table></ReactTable.Table>
import * as Patternfly from "@patternfly/react-core";
<Patternfly.Button></Patternfly.Button>
then codemods won't be able to find and do a fix.
We should update our helpers / rules to be able to apply fixes in these cases.
Modifying existing rules would probably be too much work, but we should cover these cases in the future for potential V6 -> V7 updates.
The text was updated successfully, but these errors were encountered:
When consumers import things from Patternfly in such manner:
then codemods won't be able to find and do a fix.
We should update our helpers / rules to be able to apply fixes in these cases.
Modifying existing rules would probably be too much work, but we should cover these cases in the future for potential V6 -> V7 updates.
The text was updated successfully, but these errors were encountered: