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
node_modules/react-bootstrap-async-autocomplete/index.js Line 68: Unexpected token <
You may need an appropriate loader to handle this file type.
| renderResults: function() {
| var self = this;
| if (this.state.loading) return this.props.loadingContent ||
Loading results..
;
| if (!this.state.searchResults.length) return this.props.emptyContent ||
Would be nice to get 0.13 compatibility :) Probably related to #1
The text was updated successfully, but these errors were encountered: