Skip to content

fix: wrap component in ContentWrapper to avoid double main tag & show mini toc description #519

fix: wrap component in ContentWrapper to avoid double main tag & show mini toc description

fix: wrap component in ContentWrapper to avoid double main tag & show mini toc description #519

Triggered via pull request August 21, 2024 17:09
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Verify Files
32s
Verify Files
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
Verify Files: src/components/ContentWrapper/ContentWrapper.tsx#L7
Replace `·=·({·useMainTag·=·true,·children,·...rest·` with `=·({⏎····useMainTag·=·true,⏎····children,⏎····...rest⏎`
Verify Files: src/components/Controls/single-controls/SettingsControl/SettingsControl.tsx#L102
Replace ``description_show_mini_toc_${showMiniToc·?·'enabled'·:·'disabled'}`,` with `··`description_show_mini_toc_${showMiniToc·?·'enabled'·:·'disabled'}`,⏎·························`
Verify Files: src/components/DocContentPage/DocContentPage.tsx#L5
Replace `"../ContentWrapper"` with `'../ContentWrapper'`
Verify Files: src/components/DocContentPage/DocContentPage.tsx#L56
Replace `{children}` with `⏎························{children}⏎····················`
Verify Files: src/components/DocLeadingPage/DocLeadingPage.tsx#L10
Replace `"../ContentWrapper"` with `'../ContentWrapper'`
Verify Files: src/components/DocPage/DocPage.tsx#L32
Replace `"../ContentWrapper"` with `'../ContentWrapper'`
Verify Files
Process completed with exit code 1.
Verify Files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Verify Files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/