fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 232 forks source link

Refactor refs to make react 15 happy #208

Open yury-dymov opened 8 years ago

fmoo commented 8 years ago

Does the new refs method actively break 0.14? You can npm run test:14 to verify. If so, we'll need to update the peerDependencies and run scripts as well.

yury-dymov commented 8 years ago

@fmoo it doesn't.

npm run test:react:14 original sources: 43 passing (226ms) 38 failing

after merge: 43 passing (322ms) 38 failing

fmoo commented 8 years ago

Oh, it looks like another rev broke a bunch of the tests. I'll follow up on that elsewhere.