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
@@ -188,12 +187,22 @@ class ReactTextareaAutocomplete extends React.Component<
188
187
typeofitem==='object'&&
189
188
(!output||typeofoutput!=='function')
190
189
){
191
-
thrownewError('Output function is not defined!');
190
+
thrownewError(
191
+
'Output functor is not defined! If you are using items as object you have to define "output" function. https://github.com/webscopeio/react-textarea-autocomplete#trigger-type'
0 commit comments