Update Picker + Add Multiselect Picker component #2847
Annotations
10 warnings
packages/core/src/__tests__/components/Picker.test.tsx#L9
'React' is already declared in the upper scope on line 1 column 13
|
packages/core/src/__tests__/components/Picker.test.tsx#L12
'Picker' is already declared in the upper scope on line 3 column 10
|
packages/core/src/__tests__/components/Picker.test.tsx#L26
'React' is already declared in the upper scope on line 1 column 13
|
packages/core/src/__tests__/components/Picker.test.tsx#L29
'Picker' is already declared in the upper scope on line 3 column 10
|
packages/core/src/__tests__/components/PinInput.test.tsx#L18
'text' is already declared in the upper scope on line 10 column 11
|
packages/core/src/__tests__/components/VideoPlayer.test.tsx#L16
'React' is already declared in the upper scope on line 1 column 8
|
packages/core/src/components/Layout/Square.tsx#L29
Expected '!==' and instead saw '!='
|
packages/core/src/components/Picker/dropdown/DropDownPicker.tsx#L136
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
|
packages/core/src/components/Progress/CircularProgress/CircularProgress.tsx#L178
'radius' is already declared in the upper scope on line 169 column 3
|
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
|
The logs for this run have expired and are no longer available.
Loading