© 2026 Hedgehog Software, LLC
could not find array type for data type text[]
const { data, error } = await supabase .from('recipes') .select('*') .in('tags', ['Snack']);