Always check the error field from Supabase queries. The client returns { data, error } and never throws.
Why This Matters
Ignoring the error field means your page silently renders with null data, showing blank content or crashing on null access.
Tags
nextjssupabasedata-fetching
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 3+ others. Get actionable feedback before code ships.