-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Odd function name in the crash overlay #2097
Comments
Shall we file a bug with Chrome? Looks like Chrome infers function name from the name of first variable inside of it. cc @bmeurer |
I don't know about that part. @gsathya will probably know. |
cc @ajklein |
How do I repro this? This doesn't seem to happen on chrome for something like |
Tagging as up for grabs because we need somebody to create a reduced test case for Chrome. For now, to reproduce the issue you'd need to clone this project, run |
Another one I'm seeing: |
Meh. |
If I add
<Lol />
to the default template, I see a weird function name in the overlay stack:Any ideas as to where it is coming from?
The text was updated successfully, but these errors were encountered: