Skip to content

Style all Hn tags differently for the flatpage WYSIWYG #1637

Style all Hn tags differently for the flatpage WYSIWYG

Style all Hn tags differently for the flatpage WYSIWYG #1637

Triggered via pull request June 6, 2024 12:57
Status Success
Total duration 2m 1s
Artifacts

action-intall-and-test.yml

on: pull_request
install-and-test
1m 50s
install-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
install-and-test: frontend/src/components/Header/Header.tsx#L45
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
install-and-test: frontend/src/components/ImageWithLegend/index.tsx#L36
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
install-and-test: frontend/src/components/Layout/useExternalScripts.tsx#L26
Unexpected any. Specify a different type
install-and-test: frontend/src/components/Map/DetailsMap/DetailsMap.tsx#L162
React Hook useEffect has missing dependencies: 'props' and 'reportVisibility'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
install-and-test: frontend/src/components/Map/components/CustomControl/index.tsx#L71
React Hook useEffect has a missing dependency: 'forceUpdate'. Either include it or remove the dependency array
install-and-test: frontend/src/components/Map/components/HoverableMarker.tsx#L53
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array
install-and-test: frontend/src/components/Map/components/TileLayerExtended/index.tsx#L129
React Hook useEffect has missing dependencies: 'loadLayer' and 'rangeZoom'. Either include them or remove the dependency array
install-and-test: frontend/src/components/Map/components/TileLayerExtended/index.tsx#L140
React Hook useEffect has a missing dependency: 'options?.attribution'. Either include it or remove the dependency array
install-and-test: frontend/src/components/pages/details/Details.tsx#L711
React Hook useMemo has missing dependencies: 'anchors', 'handleViewPointClick', 'hasNavigator', 'sectionRef', 'sections', and 'setMapId'. Either include them or remove the dependency array
install-and-test: frontend/src/components/pages/details/components/DetailsReservationWidget/DetailsReservationWidget.tsx#L60
React Hook useEffect has a missing dependency: 'isMounted'. Either include it or remove the dependency array