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
Same issue as #46: TypeError: querystring.unescape is not a function
But in create-react-app it is not possible to configure bundler (webpack) with aliases. I'm currently using https://github.com/nisaacson/aws-v4-sign-small but it would be nice if aws4 would work out of the box too.
The text was updated successfully, but these errors were encountered:
This is a bug with webpack – they really shouldn't be bundling such an old version of querystring – probably best to file a bug over there if you haven't already. If create-react-app can't be configured, then that's a limitation with that library as well, so perhaps file over there too.
Same issue as #46:
TypeError: querystring.unescape is not a function
But in create-react-app it is not possible to configure bundler (webpack) with aliases. I'm currently using https://github.com/nisaacson/aws-v4-sign-small but it would be nice if
aws4
would work out of the box too.The text was updated successfully, but these errors were encountered: