Skip to content

version 10.1.0 causes RangeError #596

Closed
@luventa

Description

@luventa

I'm using vue-loader as a dev dependency and it works fine before version 10.1.0.

update: according to my latest test, version 10.0.3 will cause this issue.

This morning I upgraded the version to 10.1.0 and it caused this exception with some simple vue components.

RangeError: Maximum call stack size exceeded
    at VueComponent.Vue._render (eval at 1 (vendor.js:796), <anonymous>:2223:44)
    at VueComponent.updateComponent (eval at 1 (vendor.js:796), <anonymous>:2609:21)
    at Watcher.get (eval at 1 (vendor.js:796), <anonymous>:2934:27)
    at new Watcher (eval at 1 (vendor.js:796), <anonymous>:2926:12)
    at VueComponent.Vue._mount (eval at 1 (vendor.js:796), <anonymous>:2608:19)
    at VueComponent.Vue$2.$mount (eval at 1 (vendor.js:796), <anonymous>:6178:15)
    at init (eval at 1 (vendor.js:796), <anonymous>:1740:11)
    at createComponent (eval at 1 (vendor.js:796), <anonymous>:4174:9)
    at createElm (eval at 1 (vendor.js:796), <anonymous>:4117:9)
    at createChildren (eval at 1 (vendor.js:796), <anonymous>:4242:9)
    at createElm (eval at 1 (vendor.js:796), <anonymous>:4150:9)

Not sure why this happens so I set the version back to 10.0.2 and all works correctly...
Could you please check?

And here is the Related issue

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions