Supabase Auth Helpers type is incompatible with supabase-js types

Trying to use Realtime and Typescript, but when I import the type for "RealtimeSubscription" I get this error

Type 'import("@supabase/auth-helpers-svelte/node_modules/@supabase/realtime-js/dist/module/RealtimeSubscription").default' is not assignable to type 'import("@supabase/realtime-js/dist/module/RealtimeSubscription").default'.
  The types of 'socket.channels' are incompatible between these types.
Was this page helpful?