Skip to content

Plop (testing fix for python 3.11) #3335

Plop (testing fix for python 3.11)

Plop (testing fix for python 3.11) #3335

Triggered via pull request August 29, 2024 03:32
@BilbBilb
opened #3190
plop
Status Cancelled
Total duration 17m 40s
Artifacts

build-binaries.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 1 warning
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L87
Type '{ emoji: string; }' is not assignable to type 'undefined'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L89
Property 'emoji_name' is missing in type '{ name: string; }' but required in type 'ArgsRecordExcludingDefaults<"emojiReactsHoverNameDesktop">'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L89
Type '{ emoji: string; }' is not assignable to type 'undefined'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L93
Property 'emoji_name' is missing in type '{ name: string; }' but required in type 'ArgsRecordExcludingDefaults<"emojiReactsHoverYouNameTwoDesktop">'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L93
Type '{ emoji: string; }' is not assignable to type 'undefined'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L97
Property 'emoji_name' is missing in type '{ name: string; other_name: string; }' but required in type 'ArgsRecordExcludingDefaults<"emojiReactsHoverNameTwoDesktop">'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L98
Type '{ emoji: string; }' is not assignable to type 'undefined'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L105
Object literal may only specify known properties, and 'name' does not exist in type 'ArgsRecordExcludingDefaults<"emojiReactsHoverYouNameMultipleDesktop">'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L106
Type '{ emoji: string; }' is not assignable to type 'undefined'.
build (ubuntu-20.04): ts/components/conversation/message/reactions/ReactionPopup.tsx#L111
Property 'emoji_name' is missing in type '{ name: string; count: number; }' but required in type 'ArgsRecordExcludingDefaults<"emojiReactsHoverTwoNameMultipleDesktop">'.
build (windows-2022)
The run was canceled by @Bilb.
build (macos-14)
The run was canceled by @Bilb.
build (macos-12)
The run was canceled by @Bilb.
build (ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/