Tomi Nokkala

Results 3 issues of Tomi Nokkala

Backbone should be listed as peerDependency on package.json, otherwise you may get different instances of Backbone https://nodejs.org/en/blog/npm/peer-dependencies/

I.E. create-react-app don't use package.json devDependencies, instead everything is on dependencies. This package fails to activate in such cases, as it's trying to fetch package names from undefined object (`Object.keys(undefined)`)...

bug

If typeahead component is included after Bloodhound, Bloodhound module is never exported to use with Browserify. Fixes #1214