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

RangeError: Maximum call stack size exceeded #153

Closed
denjaland opened this issue Nov 29, 2016 · 9 comments
Closed

RangeError: Maximum call stack size exceeded #153

denjaland opened this issue Nov 29, 2016 · 9 comments

Comments

@denjaland
Copy link

Versions:

  • VueJs: 2.0.3
  • Vee-Validate: 2.0.0. beta 16

Description:

I'm getting this error after upgrading to beta 16.
Not sure that it's caused by vee-validate, but I believe it's the only delta in our code now.

the call stack is as follows:

Uncaught (in promise) RangeError: Maximum call stack size exceeded
at VueComponent.Vue.$emit (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:260:1), :2507:30)
at Validator.detach (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :867:26)
at ListenerGenerator.detach (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :2225:32)
at VueComponent.eval (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :1992:28)
at VueComponent.Vue.$emit (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:260:1), :2510:16)
at Validator.detach (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :867:26)
at ListenerGenerator.detach (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :2225:32)
at VueComponent.eval (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :1992:28)
at VueComponent.Vue.$emit (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:260:1), :2510:16)
at Validator.detach (eval at (http://denja-laravel.dev/build/js/app-a04a3f01eb.js:71:1), :867:26)

Steps To Reproduce:

@logaretm
Copy link
Owner

Yep that is my fault, It was caused by mistakenly triggering an event when detaching a field. It was fixed yesterday but not yet tagged, It was mentioned here #149

@denjaland
Copy link
Author

great to know I don't need to look any further! :-) looking forward to beta 17 :-)

@denjaland
Copy link
Author

we can close this then!

@logaretm
Copy link
Owner

logaretm commented Nov 29, 2016

I'm trying to locate more bugs and fix them before then, should be later today or tomorrow I hope.

@denjaland
Copy link
Author

I can confirm this works now in beta17 :-)
Thank you.

@imuller
Copy link

imuller commented Dec 12, 2016

When will 1.0.0-beta.11 be released on NPM? Including these fixes.

@logaretm
Copy link
Owner

@imuller oh I forgot to publish it, should be up now.

@rdpascua
Copy link

This exists on version 1.0.0-beta11 as well. I have old 1.0 apps.

@logaretm
Copy link
Owner

@rdpascua It has been a long time since I last updated Vue 1.0 version, which proved to be harder to maintain since Vue 2.0 has a very different API when it comes to directives, I will try to stabilize it if I find the time.

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

No branches or pull requests

4 participants