nnarhinen / react-bootstrap-async-autocomplete

MIT License
5 stars 9 forks source link

Fix to work with latest react-bootstrap #1

Open njd5475 opened 9 years ago

njd5475 commented 9 years ago

Got the following output from the console in chrome.

 Download the React DevTools for a better development experience: http://fb.me/react-devtools
dragon.ak.fbcdn.net/hphotos-ak-xfa1/t39.3284-6/10574686_364622180354903_128254026_n.js:17110 Uncaught Error: Invariant Violation: Button: prop type `componentClass` is invalid; it must be a function, usually from React.PropTypes.
react-bootstrap-async-autocomplete.js:111 Uncaught TypeError: Cannot read property 'Input' of undefined
dragon.ak.fbcdn.net/hphotos-ak-xaf1/t39.3284-6/10574684_290501391154695_351965483_n.js:19550 You are using the in-browser JSX transformer. Be sure to precompile your JSX for production - http://facebook.github.io/react/docs/tooling-integration.html#jsx
(program):26 Uncaught ReferenceError: ReactBootstrapAsyncAutocomplete is not defined
tomatau commented 9 years ago

bump!

nnarhinen commented 9 years ago

It seems react-bootstrap API has changed. The example is using react-bootstrap from master directly. Will look into this later this week.

thedodd commented 9 years ago

+1