patternfly / pf-codemods

Codemods for upgrading from react-core@4.x.x to react-core@5.x.x. Uses eslint.
10 stars 18 forks source link

addCallbackParam helper - fix reporting issues (not a codemod) #377

Closed thatblindgeye closed 1 year ago

thatblindgeye commented 1 year ago
gitdallas commented 1 year ago

seen in koku-ui, if the import path is moved to deprecated before the param change happens, it will be missed.

image