Skip to content

fix(deps): bump react-redux from 8.0.2 to 9.0.4 #4412

fix(deps): bump react-redux from 8.0.2 to 9.0.4

fix(deps): bump react-redux from 8.0.2 to 9.0.4 #4412

Triggered via pull request January 3, 2024 18:21
Status Failure
Total duration 1m 38s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/frontend/src/components/auth/github-auth-provider/github-auth-provider.tsx#L167
This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.
build: packages/frontend/src/components/auth/github-auth-provider/github-auth-provider.tsx#L169
Type 'Element' is not assignable to type 'ReactNode'.
build: packages/frontend/src/components/auth/github-auth-provider/github-auth-provider.tsx#L172
Type 'Element' is not assignable to type 'ReactNode'.
build: packages/frontend/src/components/auth/okta-auth-provider/okta-auth-provider.tsx#L113
This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.
build: packages/frontend/src/components/auth/okta-auth-provider/okta-auth-provider.tsx#L115
Type 'Element' is not assignable to type 'ReactNode'.
build: packages/frontend/src/components/auth/okta-auth-provider/okta-auth-provider.tsx#L118
Type 'Element' is not assignable to type 'ReactNode'.
build: packages/frontend/src/components/auth/auth-provider.tsx#L50
This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.
build: packages/frontend/src/components/auth/auth-provider.tsx#L52
Type 'Element' is not assignable to type 'ReactNode'.
build: packages/frontend/src/components/auth/auth-provider.tsx#L55
Type 'Element | null' is not assignable to type 'ReactNode'.
build: packages/frontend/src/components/insight-tag/insight-tag.tsx#L46
Type 'Element' is not assignable to type '((string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal) & (string | ... 4 more ... | ReactPortal)) | null | undefined'.