TypeError saying `id` doesn't exist in table?
I created a user table that gets some data from Clerk inserted or updated accordingly. However, when doing
It gives a type error of
from what I can gather it's saying that
id
does not exist on the table?0 Replies