Project

General

Profile

Tracker #37745

Updated by Maria Agaphontzev 4 months ago

Most work is done by running  
 <pre> 
 npx @patternfly/pf-codemods@latest webpack --fix 
 </pre> 
 and search& replace "pf-c-" to -> "pf-v5-c-" 
 Check all "onChange=\{[^(]" to make sure that pure pf5 are using the right arguments, as they changed order, and most onChange are onChange(event,value) and not onChange(value)

Back