fmoo / react-typeahead

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

Problem using webpack #171

Open opoani opened 8 years ago

opoani commented 8 years ago

Hi, Im experiencing problems using webpack . I receive an error on the line in typeahead where jquery is used: isArray: $.isArray,

$ appears to be undefined , any clue on how to make typeahead work with webpack ?

zerkms commented 8 years ago

There is no $.isArray line anywhere in the code. Are you sure you don't confuse this library with some other?

fmoo commented 8 years ago

@opoani - can you provide a traceback or anything? Thanks.