Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in strict mode #59

Closed
rlancer opened this issue Aug 4, 2015 · 2 comments
Closed

Does not work in strict mode #59

rlancer opened this issue Aug 4, 2015 · 2 comments

Comments

@rlancer
Copy link

rlancer commented Aug 4, 2015

opacity is repeated

.//simple-react-modal/build/styles.js
Module parse failed:/node_modules/simple-react-modal/build/styles.js Line 17: Duplicate data property in object literal not allowed in strict mode
You may need an appropriate loader to handle this file type.
| opacity: 0,
| transition: 'opacity 400ms ease-in',
| opacity: 1,
| pointerEvents: 'auto'
| };
@ ./
/simple-react-modal/build/simple-modal.js 23:14-33

@zdfs
Copy link

zdfs commented Aug 6, 2015

Is this something you added? I don't see styles.js in the repo, so not sure how to reproduce this.

@rlancer
Copy link
Author

rlancer commented Aug 6, 2015

Looks like it was another react modal repo ... Sorry for the confusion.

@rlancer rlancer closed this as completed Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants