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
,
Jul 19
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..!
,
Jul 26
,
Aug 13
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 |
||||
Comment 1 by viswa.karala@chromium.org
, Jul 18