Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cseufert opened this issue Nov 13, 2016 · 3 comments
Labels

Comments

@cseufert
Copy link

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)

@KingMario
Copy link
Contributor

KingMario commented Jan 18, 2017

Just submitted a PR #4739. Review needed.

@neobats
Copy link

neobats commented May 10, 2019

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)?

@KingMario
Copy link
Contributor

perhaps v1 is discontinued?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants