Closed kafeltz closed 6 years ago
This error is shown when doing in ./demo/ folder npm run build:
npm run build
This is caused by wrong path in the import.
Im sending a PR to fix this.
https://github.com/yury-dymov/react-autocomplete-input/pull/14
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 :)
This error is shown when doing in ./demo/ folder
npm run build
:This is caused by wrong path in the import.
Im sending a PR to fix this.