-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet