Skip to content

VKT(Frontend): Bump shared version, remove TODO comment [deploy] #1046

VKT(Frontend): Bump shared version, remove TODO comment [deploy]

VKT(Frontend): Bump shared version, remove TODO comment [deploy] #1046

Triggered via push December 17, 2024 12:29
Status Failure
Total duration 1m 12s
Artifacts
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
deploy (20.9.0): frontend/packages/shared/src/components/MobileNavigationMenu/MobileNavigationMenu.tsx#L50
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
deploy (20.9.0)
Process completed with exit code 1.
deploy (20.9.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy (20.9.0): frontend/packages/shared/src/components/MobileNavigationMenu/MobileNavigationMenu.tsx#L157
React Hook useEffect contains a call to 'setContainerElements'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [containerElements, portalContainer] as a second argument to the useEffect Hook