Provide option to use the New MembershipManager #4812
lint.yaml
on: pull_request
Lint, format & type check
1m 3s
Annotations
8 errors
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L34
Property 'room' is missing in type '{ children: Element; vm: CallViewModel; rtcSession: MatrixRTCSession; }' but required in type '{ children: ReactNode; rtcSession: MatrixRTCSession; room: Room; vm: CallViewModel; }'.
|
Lint, format & type check:
src/settings/submit-rageshake.ts#L12
Module '"matrix-js-sdk/src/matrix"' has no exported member 'Crypto'.
|
Lint, format & type check:
src/state/CallViewModel.ts#L476
No overload matches this call.
|
Lint, format & type check:
src/state/CallViewModel.ts#L486
Argument of type 'Pick<Room, "roomId" | "getLiveTimeline" | "getVersion" | "hasMembershipState">' is not assignable to parameter of type 'Room'.
|
Lint, format & type check:
src/state/CallViewModel.ts#L491
Argument of type 'Pick<Room, "roomId" | "getLiveTimeline" | "getVersion" | "hasMembershipState">' is not assignable to parameter of type 'Room'.
|
Lint, format & type check:
src/state/CallViewModel.ts#L534
Argument of type 'Pick<Room, "roomId" | "getLiveTimeline" | "getVersion" | "hasMembershipState">' is not assignable to parameter of type 'Room'.
|
Lint, format & type check:
src/tile/GridTile.test.tsx#L60
Property 'room' is missing in type '{ children: Element; vm: CallViewModel; rtcSession: MatrixRTCSession; }' but required in type '{ children: ReactNode; rtcSession: MatrixRTCSession; room: Room; vm: CallViewModel; }'.
|
Lint, format & type check
Process completed with exit code 2.
|