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
We need to handle the new list of search of users , we can pass a function so the developer can handle the search pretty well.
Currently we are working with a hack using window.seachFunctionexposed and is an ASYNC function. In that function we are obtaining user data from a 3rd party service that will be used to create conversations.
The text was updated successfully, but these errors were encountered:
Inside
handleSearchUpdate(term)
We need to handle the new list of search of users , we can pass a function so the developer can handle the search pretty well.
Currently we are working with a hack using
window.seachFunction
exposed and is an ASYNC function. In that function we are obtaining user data from a 3rd party service that will be used to create conversations.The text was updated successfully, but these errors were encountered: