feat(react-sdk)!: Visual redesign of the SDK and Demo App #1706
Annotations
4 warnings
test-and-build:
packages/react-sdk/src/components/CallControls/ReactionsButton.tsx#L48
't' is assigned a value but never used
|
test-and-build:
packages/react-sdk/src/components/DeviceSettings/DeviceSelector.tsx#L52
'DeviceDropdownSelectorOption' is assigned a value but never used
|
test-and-build:
packages/react-sdk/src/components/DeviceSettings/DeviceSelector.tsx#L154
'placeholder' is assigned a value but never used
|
test-and-build:
packages/react-sdk/src/components/DropdownSelect/DropdownSelect.tsx#L87
React Hook useCallback has a missing dependency: 'handleSelectPropergation'. Either include it or remove the dependency array. If 'handleSelectPropergation' changes too often, find the parent component that defines it and wrap that definition in useCallback
|