Filip Panoski
Results
2
comments of
Filip Panoski
I am experiencing the same issue. There is no type safety on insert for values that are not part of your table schema. E.g ``` const {data, error} = await...
I seem to be experiencing this problem in production, but with useMutation invoking a server action: ``` export function useUpdateProduct() { return useMutation({ mutationFn: updateProduct, // this is a server...