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
Hello. I'm having an issue with 2.0.1. I get the following when trying to build with webpack:
ERROR in ./node_modules/react-instagram-embed/es/index.js 1:1243-1278
Module not found: Error: Can't resolve 'querystring' in './node_modules/react-instagram-embed/es'
This doesn't happen with 2.0.0 because that has querystring listed in its dependencies but it was removed in 2.0.1. Was there a reason it was removed? I don't want to add that to my root dependencies.
Thanks,
Patrick
The text was updated successfully, but these errors were encountered:
Hello. I'm having an issue with 2.0.1. I get the following when trying to build with webpack:
This doesn't happen with 2.0.0 because that has
querystring
listed in its dependencies but it was removed in 2.0.1. Was there a reason it was removed? I don't want to add that to my root dependencies.Thanks,
Patrick
The text was updated successfully, but these errors were encountered: