New issue
Advanced search Search tips

Issue 864892 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 13
Cc:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

enter such a code will get crash without any error report

Reported by changeho...@gmail.com, Jul 18

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

Steps to reproduce the problem:
1. open console
2. enter code like

const foo = performanceOptions = () => {
    const options = []
    for (let i = 1; i < 13; i + 1) {
      options.push(i)
    }
    this.performanceOptions = () => options
    // or put the other code like this
    // return options
    // will get the same crash
  }

What is the expected behavior?
wanna render a list of ELEMENTNODE by ReactJs

What went wrong?
i don't know

Did this work before? N/A 

Chrome version: 67.0.3396.99  Channel: stable
OS Version: OS X 10.13.5
Flash Version: none
 
Labels: Needs-Triage-M67
Cc: phanindra.mandapaka@chromium.org
Labels: Needs-Feedback Triaged-ET
Thanks for filling the issue...

Tested this issue on reported chrome version 67.0.3396.99 using Mac 10.13.5. Attaching screen-cast for reference.
Steps: 
---------
1. Launched reported chrome 
2. Opened console
3. Entered given code on console as per screen-cast
As we are able see the error in the console.

@Reporter: Could you please review the attached screen-cast and confirm the issue. 

Thanks..!
864892.mp4
1.6 MB View Download
Components: -Platform>DevTools
Status: WontFix (was: Unconfirmed)
Closing issue due to lack of feedback requested but not provided. If the issue still exists please open a new issue with the details requested.

Sign in to add a comment