8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
By setting displayName property on react generated functions, the anonymous functions can have meaningful names in the debugger and for profiling.
http://www.alertdebugging.com/2009/04/29/building-a-better-javascript-profiler-with-webkit/ http://pmuellr.blogspot.com/2009/06/debugger-friendly.html
The text was updated successfully, but these errors were encountered:
Similarly add sourceURL property as well, for Firefox debugging support.
Sorry, something went wrong.
Thanks.
On Wed, Jan 22, 2014 at 6:44 AM, Sébastien Lorber notifications@github.comwrote:
@jeffbski https://github.com/jeffbski hello, It seems fixed according to the JSX compiler: http://facebook.github.io/react/jsx-compiler.html — Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-33018228 .
@jeffbski https://github.com/jeffbski hello,
It seems fixed according to the JSX compiler: http://facebook.github.io/react/jsx-compiler.html
— Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-33018228 .
Jeff Barczewski Founder of CodeWinds http://codewinds.com/ Web developer training - screencasts, ebooks, webinars
No branches or pull requests
By setting displayName property on react generated functions, the anonymous functions can have meaningful names in the debugger and for profiling.
http://www.alertdebugging.com/2009/04/29/building-a-better-javascript-profiler-with-webkit/
http://pmuellr.blogspot.com/2009/06/debugger-friendly.html
The text was updated successfully, but these errors were encountered: