feat: try establishing mls group for mixed conversation #7697
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
lint:
packages/core/src/Account.ts#L322
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
packages/core/src/messagingProtocols/proteus/ProteusService/CryptoClient/CoreCryptoWrapper/secretKeyGenerator.test.ts#L118
Avoid calling `expect` conditionally`
|
lint:
packages/react-ui-kit/src/Form/CodeInput.tsx#L156
React Hook useEffect has missing dependencies: 'digits' and 'onCodeComplete'. Either include them or remove the dependency array. If 'onCodeComplete' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
packages/react-ui-kit/src/Form/IndicatorRangeInput.tsx#L96
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:
packages/react-ui-kit/src/Form/IndicatorRangeInput.tsx#L96
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:
packages/react-ui-kit/src/Form/ShakeBox.tsx#L64
React Hook useEffect has a missing dependency: 'requestAnimationId'. Either include it or remove the dependency array
|
lint:
packages/react-ui-kit/src/Form/Tooltip.test.tsx#L24
Using exported name 'userEvent' as identifier for default export
|
lint:
packages/react-ui-kit/src/Form/Tooltip.test.tsx#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
packages/react-ui-kit/src/Form/Tooltip.test.tsx#L48
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
packages/react-ui-kit/src/Layout/headerMenu/HeaderMenu.tsx#L48
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|