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
My project seems to be pulling the code from the src directory, which is es6. This is causing the following error: Module parse failed: .../node_modules/react-search-input/src/index.js Unexpected token
This is being cause by the spread operator.
Any idea why my project isn't pulling the code from the lib directory instead?