-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Open
Description
Version
2.6.11
Reproduction link
https://jsfiddle.net/rwg4k2ns/
not working only in chorme desktop 81.XXX. working in firefox,edge , mobile chrome.
Steps to reproduce
Below snippet in .js file not working and getting RangeError: Maximum call stack size exceeded
v-for="n in 200000"
:key="n">Hello World {{ n }}
Workig : no error
v-for="n in 100000"
:key="n">Hello World {{ n }}
What is expected?
list will be shown
What is actually happening?
getting RangeError: Maximum call stack size exceeded
Metadata
Metadata
Assignees
Labels
No labels