Skip to content

feat: global forms provider #844

feat: global forms provider

feat: global forms provider #844

Triggered via pull request September 9, 2024 07:51
Status Failure
Total duration 1m 34s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Process completed with exit code 1.
typecheck: src/GlobalFormsProvider/GlobalFormsProvider.tsx#L20
Cannot find name 'Maybe'.
typecheck: src/GlobalFormsProvider/GlobalFormsProvider.tsx#L27
'callback' is of type 'unknown'.
typecheck
Process completed with exit code 2.
lint: src/GlobalFormsProvider/GlobalFormsProvider.tsx#L26
Unsafe argument of type `any` assigned to a parameter of type `ArrayLike<unknown> | { [s: string]: unknown; }`
lint: src/GlobalFormsProvider/GlobalFormsProvider.tsx#L26
Replace `⏎····(callback)·=>·callback.order,⏎··` with `(callback)·=>·callback.order`
lint: src/GlobalFormsProvider/GlobalFormsProvider.tsx#L33
Unsafe spread of an `any` array type
lint
Process completed with exit code 1.
test
Process completed with exit code 1.