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
Seems when you CUT the text out of the field it calls the API with a blank query GET https://api.github.com/search/users?q= 422
Which then causes a bunch of errors
vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid prop: type check failed for prop "data". Expected Array, got Undefined
found in
---> <VueTypeaheadBootstrap> at node_modules/vue-typeahead-bootstrap/src/components/VueTypeaheadBootstrap.vue
<AutocompleteUsers>
<CompanyEditor> at src/views/settings/CompanyEditor.vue
<App> at src/App.vue
<Root>
and
vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in render: "TypeError: Cannot read property 'length' of undefined"
found in
---> <VueTypeaheadBootstrap> at node_modules/vue-typeahead-bootstrap/src/components/VueTypeaheadBootstrap.vue
<AutocompleteUsers>
<CompanyEditor> at src/views/settings/CompanyEditor.vue
<App> at src/App.vue
<Root>
and
vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read property 'length' of undefined
at Proxy.render (VueTypeaheadBootstrap.vue?2251:13)
at VueComponent.Vue._render (vue.runtime.esm.js?2b0e:3548)
at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:4066)
at Watcher.get (vue.runtime.esm.js?2b0e:4479)
at Watcher.run (vue.runtime.esm.js?2b0e:4554)
at flushSchedulerQueue (vue.runtime.esm.js?2b0e:4310)
at Array.eval (vue.runtime.esm.js?2b0e:1980)
at flushCallbacks (vue.runtime.esm.js?2b0e:1906)
The text was updated successfully, but these errors were encountered:
Seems when you CUT the text out of the field it calls the API with a blank query
GET https://api.github.com/search/users?q= 422
Which then causes a bunch of errors
and
and
The text was updated successfully, but these errors were encountered: