fix(types): allow omitting input in executeOnMount
when it's undefined
#513
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.
|