A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/JedWatson/react-select/issues/128 below:

Cannot read property '_currentElement' of null · Issue #128 · JedWatson/react-select · GitHub

Hello

Not sure why I am getting this error message when I try to create a simple Select

var Select = require("react-select");
var TaskList = React.createClass({
  render: function() {
    return (
      <div>
            <Select multi={false} placeholder={'Select your favourite(s)'}
              value={'AL'}
              options={[{ value: 'AL', label: 'Alabama' }]}
          />
          </div>

    );
  }
});

error message
Uncaught TypeError: Cannot read property '_currentElement' of null

Thanks


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4