Impossible to call the expression useListOrganizations

Hello guys!

Today I'm working on a project in nuxt with an auth powered by better-auth. I need organization plugin and it works well. But there is a type issue.

I have the error :
Impossible to call this expression.
  The ‘Readonly<Ref<any, any>>’ type has no call signature.


With this code :
client.useListOrganizations()
Was this page helpful?