You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to pass a callback but I didn't want to pass opts. I suppose I could've passed undefined or {}, but usually I'd expect that you could pass null there too. 🤷 Very possible that my expectation is Wrong.
I tried running
invite(groupId, inviteList, null)
and mynull
was treated like an object.Workaround: Pass empty object.
The text was updated successfully, but these errors were encountered: