You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue as @AlexKovalevych in #4 : I get an error when I import the package.
I believe it is because package.json points to index.js as main, which contains raw JSX. It should, instead, point to ./dist/react-bootstrap-async-autocomplete.js. that is what react-autocomplete does, for example.
The text was updated successfully, but these errors were encountered:
I have the same issue as @AlexKovalevych in #4 : I get an error when I import the package.
I believe it is because package.json points to index.js as
main
, which contains raw JSX. It should, instead, point to ./dist/react-bootstrap-async-autocomplete.js. that is what react-autocomplete does, for example.The text was updated successfully, but these errors were encountered: