Skip to content

RangeError: Maximum call stack size exceeded #11389

@sandipbiswasbehala

Description

@sandipbiswasbehala

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions