Bump the react group with 4 updates #5374
Annotations
10 errors and 1 warning
Run typescript compile check:
src/apps/material-search/useInfiteScrollLoading.ts#L51
Argument of type 'RefObject<HTMLLIElement | null>' is not assignable to parameter of type 'RefObject<HTMLElement>'.
|
Run typescript compile check:
src/apps/search-header/search-header.tsx#L356
Type 'RefObject<HTMLAnchorElement | null>' is not assignable to type 'RefObject<HTMLAnchorElement>'.
|
Run typescript compile check:
src/components/GroupModal/GroupModalContent.tsx#L28
Argument of type 'RefObject<null>' is not assignable to parameter of type 'RefObject<HTMLElement>'.
|
Run typescript compile check:
src/components/Heading/Heading.tsx#L16
Cannot find namespace 'JSX'.
|
Run typescript compile check:
src/components/Heading/Heading.tsx#L18
JSX element type 'HeadingTag' does not have any construct or call signatures.
|
Run typescript compile check:
src/components/Heading/Heading.tsx#L18
'HeadingTag' cannot be used as a JSX component.
|
Run typescript compile check:
src/components/message/modal-message/ModalMessage.stories.tsx#L53
'Template' cannot be used as a JSX component.
|
Run typescript compile check:
src/components/message/modal-message/ModalMessage.stories.tsx#L53
Tag 'Template' expects at least '2' arguments, but the JSX factory 'React.createElement' provides at most '1'.
|
Run typescript compile check:
src/core/utils/helpers/general.ts#L165
Expected 1 arguments, but got 0.
|
Run typescript compile check:
src/core/utils/helpers/lazy-load.ts#L6
Argument of type 'RefObject<null>' is not assignable to parameter of type 'RefObject<HTMLElement>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading