Supabase JS sometimes type safe, sometimes not?
take this setup:
the
.from
is type safe, and I get error if I try to use a table not specified in the generated type file
but
the .order
is not type safe and I can put anything there, if the column doesn't exists, it fails silently which is terrible
am I doing something wrong?0 Replies