feat(MenuToggle): updated recommended icon usage #644
check-pr.yml
on: pull_request
test
/
unit-tests
29s
test
/
error-tests
44s
Annotations
14 warnings
test / unit-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / unit-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test / error-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / error-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test / error-tests:
test/packages/react-core/src/components/ActionList/examples/ActionListSingleGroup.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Breadcrumb/examples/BreadcrumbDropdown.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Card/examples/CardDeprecatedSelectable.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Card/examples/CardExpandable.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Card/examples/CardExpandableWithIcon.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Card/examples/CardHeaderInCardHead.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Card/examples/CardOnlyActionsInCardHead.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/Card/examples/CardWithImageAndActions.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/DataList/examples/DataListActions.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|
test / error-tests:
test/packages/react-core/src/components/DataList/examples/DataListCheckboxes.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
|