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

Incorrect import in examples

Open bfouts-kindred opened this issue 6 years ago • 0 comments

Receives error about including from outside of the project structure. I believe this should be: import Autocomplete from 'react-autocomplete'

https://github.com/reactjs/react-autocomplete/blob/41388f7d7760bf6cf38e7946e43d4fddd9c7c176/examples/async-data/app.js#L3

bfouts-kindred avatar Apr 19 '19 21:04 bfouts-kindred