anybody else here who gets error message: SyntaxError: The requested module ‘@supabase/functions-js’ does not provide an export named ‘FunctionsClient’
While trying to work with supabase in the scrims? Any idea how to fix it?
The config.js file has:
import {createClient} from “@supabase/supabase-js”;