EXAMPLE: Date picker #78
Open
Annotations
10 warnings
|
src/components/DelayRender.tsx#L11
JSX props should not use arrow functions
|
|
src/components/LandingHeader.tsx#L46
React Hook useMemo has an unnecessary dependency: 'colorScheme'. Either exclude it or remove the dependency array
|
|
src/components/ThemeSwitcherButton.tsx#L24
JSX props should not use arrow functions
|
|
src/components/molecules/Field/FieldCheckboxGroup.tsx#L35
JSX props should not use arrow functions
|
|
src/components/molecules/Field/FieldDatePicker.tsx#L40
React Hook useCallback has an unnecessary dependency: 'onFocus'. Either exclude it or remove the dependency array
|
|
src/components/molecules/Field/FieldRadioGroup.tsx#L30
JSX props should not use arrow functions
|
|
src/components/organisms/ControlledField/ControlledSelect.tsx#L38
JSX props should not use arrow functions
|
|
src/design-system/components/DatePicker.tsx#L52
React Hook useCallback has a missing dependency: 'onSave'. Either include it or remove the dependency array. If 'onSave' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
src/design-system/components/DatePicker.tsx#L57
React Hook useCallback has a missing dependency: 'onSave'. Either include it or remove the dependency array. If 'onSave' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
src/design-system/components/RadioButton.tsx#L42
JSX props should not use arrow functions
|
The logs for this run have expired and are no longer available.
Loading