Skip to content

Add Layout Components (47) (#737) #2703

Add Layout Components (47) (#737)

Add Layout Components (47) (#737) #2703

Triggered via push July 18, 2023 08:23
Status Success
Total duration 3m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: packages/core/src/__tests__/components/CodeInput.test.tsx#L18
'text' is already declared in the upper scope on line 10 column 11
build: packages/core/src/__tests__/components/VideoPlayer.test.tsx#L16
'React' is already declared in the upper scope on line 1 column 8
build: packages/core/src/components/Layout/Square.tsx#L22
Expected '!==' and instead saw '!='
build: packages/core/src/components/Progress/CircularProgress/CircularProgress.tsx#L178
'radius' is already declared in the upper scope on line 169 column 3
build: packages/core/src/deprecated-components/RowBodyIcon.tsx#L37
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “RowBodyIcon” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: packages/core/src/deprecated-components/RowHeadlineImageCaption.tsx#L36
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “RowHeadlineImageCaption” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: packages/core/src/deprecated-components/RowHeadlineImageIcon.tsx#L43
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “RowHeadlineImageIcon” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: packages/maps/src/__tests__/MapMarker.test.tsx#L10
'React' is already declared in the upper scope on line 1 column 8
build: packages/maps/src/__tests__/MapMarker.test.tsx#L12
'MapView' is already declared in the upper scope on line 4 column 8
build: packages/maps/src/__tests__/MapMarkerCluster.test.tsx#L12
'React' is already declared in the upper scope on line 1 column 8