react-autocomplete icon indicating copy to clipboard operation
react-autocomplete copied to clipboard

Unlocked dependencies and possibly issue with custom-menu example

Open flash1293 opened this issue 7 years ago • 1 comments

It makes sense to lock down the depenencies by checking in the package-lock.json and maybe even yarn.lock files.

This could prevent non-repeatable builds further down the line. I suspect there is already an issue with this - a fresh checkout with npm install && npm start gives me the attached behavior in the custom-menu example. The same example on https://reactcommunity.org/react-autocomplete/custom-menu/ looks fine. (macOS 10.13.3, Chrome 66.0.3354.0)

http://localhost:8080/custom-menu/: screen shot 2018-02-25 at 10 56 26 am

https://reactcommunity.org/react-autocomplete/custom-menu/ screen shot 2018-02-25 at 11 00 53 am

flash1293 avatar Feb 25 '18 10:02 flash1293

It works fine for me locally with version 1.7.3, maybe https://reactcommunity.org/react-autocomplete/custom-menu/ isn't updated yet.

flash1293 avatar Feb 25 '18 10:02 flash1293