nnarhinen / react-bootstrap-async-autocomplete

MIT License
5 stars 9 forks source link

React 0.13 compatibility #4

Open mxdubois opened 9 years ago

mxdubois commented 9 years ago

Would be nice to get 0.13 compatibility :) Probably related to #1

AlexKovalevych commented 9 years ago

Here is the issue i see:

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 ||
  • No results.
  • ; | return this.state.searchResults.map(function(one, i) {

    afilp commented 8 years ago

    Hello, I have the same error. I wonder if this project is abandoned.