SupabaseCreateGuesser
Schema-aware drop-in <Create>. Identical to SupabaseEditGuesser but omits the id field and renders a <Create> view instead of <Edit>.
Usage
import { Resource } from "ra-core";
import { SupabaseCreateGuesser } from "@/components/supabase";
<Resource name="companies" create={SupabaseCreateGuesser} />;Props
| Prop | Type | Description |
|---|---|---|
enableLog | boolean | Default: process.env.NODE_ENV === "development" |
All <Create> props are also accepted.