Skip to content

Merge pull request #1 from naiylo/fuzzer #47

Merge pull request #1 from naiylo/fuzzer

Merge pull request #1 from naiylo/fuzzer #47

Triggered via push January 20, 2026 13:57
Status Failure
Total duration 19s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/widgets/StandardPoll.tsx#L125
Property 'authorId' does not exist on type 'WidgetComposerProps<PollActions>'.
build: src/widgets/StandardPoll.tsx#L87
Object literal may only specify known properties, and 'pollId' does not exist in type 'ObjectInstance'.
build: src/widgets/StandardPoll.tsx#L60
Type 'Pick<PollCustom, "prompt" | "options">' is missing the following properties from type 'ObjectInstance': id, schema, properties
build: src/widgets/PollBrokenDeleteVoteFunction.tsx#L426
Property 'schemas' is missing in type '{ type: string; registryName: string; elements: { render: (props: WidgetRenderProps<PollActions>) => Element; composer: (props: WidgetComposerProps<PollActions>) => Element; }; createActions: ({ addMessage, deleteMessage, setMessages, getMessagesSnapshot, }: WidgetActionDeps) => PollActions; hideMessage: (message: M...' but required in type 'ChatWidgetDefinition<PollActions>'.
build: src/widgets/PollBrokenDeleteVoteFunction.tsx#L123
Property 'authorId' does not exist on type 'WidgetComposerProps<PollActions>'.
build: src/widgets/PollBrokenDeleteVoteFunction.tsx#L93
'pollId' is declared but its value is never read.
build: src/widgets/PollBrokenDeleteVoteFunction.tsx#L87
Object literal may only specify known properties, and 'pollId' does not exist in type 'ObjectInstance'.
build: src/widgets/PollBrokenDeleteVoteFunction.tsx#L60
Type 'Pick<PollCustom, "prompt" | "options">' is missing the following properties from type 'ObjectInstance': id, schema, properties
build: src/generics/objects.ts#L136
'propValue' is of type 'unknown'.
build: src/components/WidgetWorkbench.tsx#L30
'removeNotice' is declared but its value is never read.