Skip to content

Fx Rewrite

Fx Rewrite #13

Triggered via pull request January 10, 2024 01:53
Status Failure
Total duration 47s
Artifacts

pr.yml

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

Annotations

10 errors and 1 warning
build (18.17.1): packages/ui/src/Anchor.ts#L12
Module '"@typed/template/RenderTemplate"' has no exported member 'TemplateFx'.
build (18.17.1): packages/ui/src/Link.ts#L46
Type 'Fx<unknown, unknown, unknown>' is not assignable to type 'Fx<Scope | RenderTemplate | Navigation | CurrentRoute<string> | Placeholder.Context<Props[keyof Props] | Children[number]> | Fx.Context<Props[keyof Props]> | Fx.Context<Children[number]>, Placeholder.Error<Props[keyof Props] | Children[number]> | Fx.Error<Props[keyof Props]> | Fx.Error<Children[number]>, RenderEvent>'.
build (18.17.1): examples/counter/src/index.ts#L19
Argument of type '<RIn2, E2, ROut2>(that: Layer<RIn2, E2, ROut2>) => Layer<unknown, unknown, ROut2>' is not assignable to parameter of type '(_: Layer<Document | RenderContext | RootElement, never, never>) => Layer<unknown, unknown, unknown>'.
build (18.17.1): examples/counter/src/index.ts#L19
Argument of type 'Layer<never, never, RenderContext | { readonly __identifier__: "@typed/environment/CurrentEnvironment"; } | DomServices>' is not assignable to parameter of type 'Layer<unknown, unknown, unknown>'.
build (18.17.1): examples/fx-tracing/src/index.ts#L13
Type 'Effect<never, never, void>' is missing the following properties from type 'Effect<unknown, unknown, unknown>': [EffectTypeId], [symbol], [symbol], [SinkTypeId], and 2 more.
build (18.17.1): examples/fx-tracing/src/index.ts#L17
Argument of type '<R, E, A>(self: Effect<R, E, A>) => Effect<Exclude<R, Resource>, E, A>' is not assignable to parameter of type '(_: Effect<unknown, unknown, void>) => Effect<unknown, unknown, unknown>'.
build (18.17.1): examples/simple-ssr/src/index.ts#L19
Argument of type 'Effect<Scope | RenderContext, never, ServerResponse>' is not assignable to parameter of type 'Handler<unknown, unknown>'.
build (18.17.1): examples/simple-ssr/src/index.ts#L28
Argument of type 'Layer<never, never, RenderContext | { readonly __identifier__: "@typed/environment/CurrentEnvironment"; }>' is not assignable to parameter of type 'Layer<unknown, unknown, unknown>'.
build (18.17.1): examples/simple-ssr/src/index.ts#L35
Argument of type 'RunMain' is not assignable to parameter of type '(_: Effect<unknown, unknown, never>) => void'.
build (18.17.1): examples/todomvc/src/application.ts#L11
Type '(text: string) => Effect<never, never, Todo>' does not satisfy the constraint 'EffectFn<readonly any[], any, any, any>'.
build (18.17.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/