-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[Bug Report] Multiple call stack exceeded messages #10093
Comments
So it looks like this is related to #10094 that I just posted. I am getting the same
I just tried downgrading to |
Thanks @ryantbrown . I've got the same issue for many components, I don't use el-pagination. At least I'm not alone in this and probably not crazy :-P |
@adavie1 Ya its definitely an issue but downgrading to Vue |
@ryantbrown Perfect! I also had to downgrade |
I am also getting the same error, tried downgrade vue, vuex, element, no luck so far |
Yup, getting this error using vue |
So I have boiled down to this: https://jsfiddle.net/mmx38qxw/568/ . Might have something to do with |
This affects everything that has an |
yes, vue.js rev 2.5.14 will cause stack exceeded issue, use vue.js rev 2.5.13 will fix this issue |
Vue 2.5.15 fixes this. |
升级vue到2.5.15也出现这个问题啊 |
error: el-date-picker Maximum call stack size exceeded |
Element UI version
2.2.1
OS/Browsers version
Ubuntu Linux 16.04
Vue version
2.5.14
Reproduction Link
https://jsfiddle.net/mmx38qxw/542/
Steps to reproduce
In the browser console I'm getting lots of these errors:
What is Expected?
I upgraded from ui-elements 2.0.5 to the current release 2.21 and these errors appeared.
The previous version I was using was ui-elements 2.0.5 and vue 2.4.2. No changes at all to the code. Previously no issues at all.
I've deleted down completely my node_modules directory and reinstalled. Same issue.
I've tried using both npm install and yarn.
package.json:
What is actually happening?
See above.
The code in the fiddle is just one example- The same error is happening on many other parts of the system.
The same app code base has been working fine until this recent upgrade.
The text was updated successfully, but these errors were encountered: