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

Lots of warnings on gulp test #4

Open
fatso83 opened this issue Feb 24, 2015 · 2 comments
Open

Lots of warnings on gulp test #4

fatso83 opened this issue Feb 24, 2015 · 2 comments

Comments

@fatso83
Copy link
Contributor

fatso83 commented Feb 24, 2015

After running gulp test I am getting a ton of warnings. Should perhaps be removed to not give the impression of pushing deprecated coding standards, etc?

Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory
Warning: React.renderComponent will be deprecated in a future version. Use React.render instead.
Jasmine ran in  0.008  seconds
1 spec, 0 failures
Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.
@fatso83
Copy link
Contributor Author

fatso83 commented Feb 24, 2015

One can see more deprecation warnings if substituting reactify with babelify, such as the @jsx pragma directives having been removed.

@christianalfoni
Copy link
Owner

Yeah, this is really annoying. I did identify the source of the problem and notified the author, sandermak/jasmine2-junit#4. Maybe you could comment on it, put some pressure on it? I am not sure how to fix it :-/

But it should not affect the tests.

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