Bradley Ryan

Results 6 comments of Bradley Ryan

`ignoreURLs: [/websocket/]` worked for me. Can confirm `trackWebSockets: false` did not work

This seems like a common use case as there are 3 open issues right now asking the same thing. I suppose we could use simple schema's autoValue or defaultValue, but...

Thanks, definitely something I'd like to do on our application. A daunting task at this point!

YES. I second this. I probably spent the better part of 2 hours trying to get react virtualized trying to do what I want, and the resulting UX was still...

This really surprised me as it seems I have to manually watch for the error argument in the function response and then throw the error if I want it to...

FYI - In the meantime I've made my own function for invoking supabase functions so that this behaves as expected: ``` export const callSupabaseFunction = async ( functionName: string, params:...