Simplified Sliding Sync #13483
Annotations
10 errors
Typecheck:
src/components/structures/FilePanel.tsx#L108
No overload matches this call.
|
Typecheck:
src/components/views/right_panel/VerificationPanel.tsx#L427
Type 'Buffer | undefined' is not assignable to type 'Uint8ClampedArray | undefined'.
|
Typecheck:
src/components/views/rooms/EventTile.tsx#L761
Property 'SENT_IN_CLEAR' does not exist on type 'typeof EventShieldReason'.
|
Typecheck:
src/components/views/rooms/EventTile.tsx#L765
Property 'VERIFICATION_VIOLATION' does not exist on type 'typeof EventShieldReason'.
|
Typecheck:
src/components/views/rooms/EventTile.tsx#L771
Variable 'shieldReasonMessage' is used before being assigned.
|
Typecheck:
src/components/views/rooms/EventTile.tsx#L774
Variable 'shieldReasonMessage' is used before being assigned.
|
Typecheck:
src/indexing/EventIndex.ts#L822
No overload matches this call.
|
Typecheck:
src/utils/dm/createDmLocalRoom.ts#L112
Object literal may only specify known properties, and 'addToState' does not exist in type 'IAddLiveEventOptions'.
|
Typecheck:
test/test-utils/call.ts#L59
Object literal may only specify known properties, and 'addToState' does not exist in type 'IAddLiveEventOptions'.
|
Typecheck:
test/test-utils/call.ts#L99
Object literal may only specify known properties, and 'addToState' does not exist in type 'IAddLiveEventOptions'.
|
Loading