Function undefined is not a supported Convex type.(Next js )
Hey i was just playing around to understand convex properly and i ran into this error for creating a simple todo list. I get undefined even though in convex dashboard i can see data being updated.
Here is my todos.ts:
And this is my page.tsx
`
1 Reply
i made a simple typo. To resolve the issue you need to make sure you close the function
Problem
Solution
I will leave it here if anyone else has the same issue and might refer to it
Issue resolved