feat: global forms provider #844
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.
|