Skip to content

Fix picker issue when long press (#796) #2925

Fix picker issue when long press (#796)

Fix picker issue when long press (#796) #2925

Triggered via push October 4, 2023 17:08
Status Cancelled
Total duration 2m 25s
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

2 errors and 10 warnings
build
The run was canceled by @YoussefHenna.
build
The operation was canceled.
build: packages/core/src/__tests__/components/Picker.test.tsx#L9
'React' is already declared in the upper scope on line 1 column 13
build: packages/core/src/__tests__/components/Picker.test.tsx#L12
'Picker' is already declared in the upper scope on line 3 column 10
build: packages/core/src/__tests__/components/Picker.test.tsx#L26
'React' is already declared in the upper scope on line 1 column 13
build: packages/core/src/__tests__/components/Picker.test.tsx#L29
'Picker' is already declared in the upper scope on line 3 column 10
build: packages/core/src/__tests__/components/PinInput.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#L29
Expected '!==' and instead saw '!='
build: packages/core/src/components/Layout/ZStack.tsx#L33
'width' is already declared in the upper scope on line 24 column 21
build: packages/core/src/components/Layout/ZStack.tsx#L33
'height' is already declared in the upper scope on line 24 column 36
build: packages/core/src/components/Picker/dropdown/DropDownPicker.tsx#L145
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 “DropDownPicker” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true