Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: type of input is 'object' in the create function #1

Open
w7tf opened this issue Oct 17, 2024 · 1 comment
Open

fix: type of input is 'object' in the create function #1

w7tf opened this issue Oct 17, 2024 · 1 comment

Comments

@w7tf
Copy link
Owner

w7tf commented Oct 17, 2024

In 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.

@w7tf w7tf changed the title Type of input is 'object' in the create function fix: type of input is 'object' in the create function Oct 17, 2024
@jmeistrich
Copy link

Should be fixed in beta.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants