Relative Content

Tag Archive for expressionthiscallable

This expression is not callable with “next-safe-action”

I was building an next app and I’m using “zod” for data validation and I installed “next-safe-action” package and when I try to make “createSafeActionClient” instance and passing data validation schema to it typescript warning me with message says “This expression is not callable.
Type ‘SafeActionClient<string, undefined, undefined, undefined, undefined, undefined, undefined, readonly [], { formErrors: string[]; fieldErrors: {}; } | undefined, readonly []>’ has no call signatures.”