Supabase Realtime Client runs into TypeError

Hi - I haven't seen this issue on GitHub resurfacing although the bug persists even after this ticket was closed:
https://github.com/supabase/supabase-flutter/issues/1126

Essentially if you open up any Realtime Connections through the flutter client, hot reload or keep the client running the background, you will receive the stacktrace appended below (often several times, causing applications making use of Realtime through the Supabase_Flutter Client to get clogged up with this log) which afaik doesn't really do a whole lot, but it is pretty annoying (and confusing) during local development.

Which steps should I take to address this issue?
GitHub
Describe the bug Unknown console error when initializing the realtime listener To Reproduce Steps to reproduce the behavior: Just initialize a real-time listener even with no callback logic Expecte...
Was this page helpful?