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
throw'Please initialize chatClient and chatThreadClient first!';
157
+
}
158
+
return{ ...chatProps, ...chatHandlers}asany;
159
+
}
160
+
161
+
if(!chatSelector){
162
+
throw"Can't find corresponding selector for this component. Please check the supported components from Azure Communication UI Feature Component List.";
163
+
}else{
164
+
throw'Could not find props for this component, ensure the component is wrapped by appropriate providers.';
throw"Can't find corresponding selector for this component. Please check the supported components from Azure Communication UI Feature Component List.";
184
+
}else{
185
+
throw'Could not find props for this component, ensure the component is wrapped by appropriate providers.';
0 commit comments