Skip to content

Update index.md

Update index.md #690

Re-run triggered October 11, 2023 18:46
Status Success
Total duration 3m 48s
Artifacts

buildPublic.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/components/Breadcrumb/breadcrumb.jsx#L16
componentWillMount is deprecated since React 16.9.0, use UNSAFE_componentWillMount instead, see https://reactjs.org/docs/react-component.html#unsafe_componentwillmount. Use https://github.com/reactjs/react-codemod#rename-unsafe-lifecycles to automatically update your components
build: src/components/CategoryChooser/categorychooser.jsx#L173
The closing bracket must be aligned with the line containing the opening tag (expected column 49 on the next line)
build: src/components/CategoryChooser/categorychooser.jsx#L260
defaultProp "integrations" has no corresponding propTypes declaration
build: src/components/ContentCard/ContentCard.jsx#L13
The closing bracket must be aligned with the line containing the opening tag (expected column 9 on the next line)
build: src/components/DocsFooter/docsfooter.jsx#L9
Component definition is missing display name
build: src/components/DocsFooter/docsfooter.jsx#L53
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md
build: src/components/DocsFooter/docsfooter.jsx#L63
Missing an explicit type attribute for button
build: src/components/DocsHeader/docsheader.jsx#L15
Unused state field: 'searchOpen'
build: src/components/DocsHeader/docsheader.jsx#L28
Unused state field: 'searchOpen'
build: src/components/HeadingsTOC/headingstoc.jsx#L39
componentWillReceiveProps is deprecated since React 16.9.0, use UNSAFE_componentWillReceiveProps instead, see https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops. Use https://github.com/reactjs/react-codemod#rename-unsafe-lifecycles to automatically update your components