yury-dymov / react-autocomplete-input

Autocomplete input field for React
https://yury-dymov.github.io/react-autocomplete-input/
MIT License
199 stars 65 forks source link

ERROR in ./src/index.jsx in demo #13

Closed kafeltz closed 6 years ago

kafeltz commented 6 years ago

This error is shown when doing in ./demo/ folder npm run build:

image

This is caused by wrong path in the import.

Im sending a PR to fix this.

kafeltz commented 6 years ago

https://github.com/yury-dymov/react-autocomplete-input/pull/14

yury-dymov commented 6 years ago

It was undocumented but to make things work, you had to build the lib first and then build the demo.

You PR made things simpler and more intuitive, so I want to say a warm thank you for that :)