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

"strict mode does not allow function declarations in a lexically nested statement" #7

Open
yanni4night opened this issue Feb 17, 2017 · 2 comments
Labels
Milestone

Comments

@yanni4night
Copy link
Member

Babel uses 'use strict' by default.

For 0.35.0, edit Libraries/Utilities/UIManager.js:68 with:

var normalizePrefix = function(moduleName: string): string {

See

@yanni4night yanni4night added this to the 0.35.0 milestone Feb 17, 2017
@BBBOND
Copy link

BBBOND commented Feb 18, 2017

thx, it's useful in 0.33.1 and 0.32.1 too.

@anncatton
Copy link

Thank you, this also fixed the problem in 0.28!

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

No branches or pull requests

3 participants