Error data fetching
Hi Team.
My questions is might be stupid but i'm very begineer in coding.
so i get Error: Objects are not valid as a React child (found: object with keys {created_at, base_price, id, property_name, property_type, address, area, city, province}). If you meant to render a collection of children, use an array instead.
my stack is using supabase
i already try to get other data like property list and profiles list and it's works magically.
auto generated code by inferencer is attached
secondly i want to ask you how is inferencer know what kind of table i try to point? because in my case i just change some naming in file name (_layout.view_booking._index.tsx) and in the root.tsx
My questions is might be stupid but i'm very begineer in coding.
so i get Error: Objects are not valid as a React child (found: object with keys {created_at, base_price, id, property_name, property_type, address, area, city, province}). If you meant to render a collection of children, use an array instead.
my stack is using supabase
i already try to get other data like property list and profiles list and it's works magically.
auto generated code by inferencer is attached
secondly i want to ask you how is inferencer know what kind of table i try to point? because in my case i just change some naming in file name (_layout.view_booking._index.tsx) and in the root.tsx
message.txt4.56KB
