Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

SyntaxError: Unexpected identifier - module.exports = require("react-s3"); #80

Open
num-js opened this issue Aug 31, 2020 · 1 comment

Comments

@num-js
Copy link

num-js commented Aug 31, 2020

Getting Error at the Browser

SyntaxError: Unexpected identifier

 /***/ (function(module, exports) {
  7847 | 
> 7848 | module.exports = require("react-s3");
       |                  ^  7849 | 
  7850 | /***/ })

Getting Error at the Console

\node_modules\react-s3\lib\ReactS3.js:1
import Signature from "./Signature";
       ^^^^^^^^^

SyntaxError: Unexpected identifier
@bjones256
Copy link

I'm getting this as well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants