Skip to content

fix(types): allow omitting input in executeOnMount when it's undefined #513

fix(types): allow omitting input in executeOnMount when it's undefined

fix(types): allow omitting input in executeOnMount when it's undefined #513

Triggered via push August 14, 2024 17:09
Status Failure
Total duration 35s
Artifacts

cicd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
CI
next-safe-action#lint: command (/home/runner/work/next-safe-action/next-safe-action/packages/next-safe-action) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (2)
CI
Argument of type '(S & undefined) | (S extends Schema ? InferIn<S> : undefined) | undefined' is not assignable to parameter of type 'S extends Schema ? InferIn<S> : void'.
CI
Process completed with exit code 2.