Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 0.13 compatibility #4

Open
mxdubois opened this issue May 9, 2015 · 2 comments
Open

React 0.13 compatibility #4

mxdubois opened this issue May 9, 2015 · 2 comments

Comments

@mxdubois
Copy link

mxdubois commented May 9, 2015

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

@AlexKovalevych
Copy link

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
    Copy link

    afilp commented Nov 9, 2015

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

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants