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
Instead of passing properties to the component, the content will be passed directly via children. There should be enough info from the props to generate the children (if the component was "a" create a link or if it was a "button" use our plain variant Button) but I'm wondering if that is still making too many assumptions.
The text was updated successfully, but these errors were encountered:
Follow up to patternfly/patternfly-react#10107
Instead of passing properties to the component, the content will be passed directly via
children
. There should be enough info from the props to generate the children (if the component was "a" create a link or if it was a "button" use our plain variant Button) but I'm wondering if that is still making too many assumptions.The text was updated successfully, but these errors were encountered: