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
The Ansible has been renamed to Ansible support, also there is an unsupported state prop change
Required actions:
rename Ansible to AnsibleSupport
rename unSupported flag to isSupported (true by default)
replace unsupported={true} with isSupported={false}
replace unsupported={1} with isSupported={false}
replace unsupported with isSupported={false}
replace unsupported={0} with
replace unsupported={false} with
The text was updated successfully, but these errors were encountered:
Follow up to breaking change PR [https://github.com/patternfly/react-component-groups/pull/313]
The Ansible has been renamed to Ansible support, also there is an unsupported state prop change
Required actions:
Ansible
toAnsibleSupport
unSupported
flag toisSupported
(true by default)replace
unsupported={true}
withisSupported={false}
replace
unsupported={1}
withisSupported={false}
replace
unsupported
withisSupported={false}
replace
unsupported={0}
withreplace
unsupported={false}
withThe text was updated successfully, but these errors were encountered: