Vue: Recusive Local Components - Uncaught RangeError: Maximum call stack size exceeded

Created on 13 Nov 2016  ·  3Comments  ·  Source: vuejs/vue

Vue.js version

1.0.28

Reproduction Link



https://jsfiddle.net/25fdgLgr/3/

Steps to reproduce

Just run new Vue() or let app demo app load

What is Expected?

App loads as expected. (btw this does work in vue 2.0, but we are not quite ready to migrate the rest of our app.

What is actually happening?

JS Error
vue.js:10148 Uncaught RangeError: Maximum call stack size exceeded
at new Function ()
at createClass (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10148:12)
at Function.Vue.extend (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10113:15)
at guardComponents (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:1927:31)
at mergeOptions (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:2004:3)
at Function.Vue.extend (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10117:19)
at guardComponents (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:1927:31)
at mergeOptions (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:2004:3)
at Function.Vue.extend (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10117:19)
at guardComponents (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:1927:31)

1.x

Most helpful comment

Just submitted a PR #4739. Review needed.

All 3 comments

Just submitted a PR #4739. Review needed.

Just noticed that this is marked 1.x, should it be closed? If not, has/should the PR be reviewed? Or am I missing something (which is likely)?

perhaps v1 is discontinued?

Was this page helpful?
0 / 5 - 0 ratings