Open w7tf opened 1 month ago
In mobile/app/lib/store.ts
mobile/app/lib/store.ts
create: async (input) => await api.posts.create.mutate(input),
and
create: async (input) => await api.comments.create.mutate(input),
Input is of type object. Type is not inferred from initial.
object
Should be fixed in beta.12
In
mobile/app/lib/store.ts
and
Input is of type
object
. Type is not inferred from initial.