-
Notifications
You must be signed in to change notification settings - Fork 33
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
Uncaught RangeError: Maximum call stack size exceeded CurlyComponentManager.manager.didCreateElement #110
Comments
any updates on this? I've got the same after adding of ember-source: 2.14.1 |
No, I don't think there has been any progress here. I think I need a reproduction in order to dig in here... |
Hello, @dshrestha did you find the solution? I will appreciate if you can share the possible reason or the fix with me |
Hi @Mifrill sorry I didn't make any progress on this since we chose to upgrade to ember 3 instead. |
@dshrestha thanks for the response, so you got ember 3, congratz! we are only on this road! |
it was solved when we've rewritten all tests in modern syntax. legacy syntax:
modern syntax:
the tests codebase was in-migration state: some tests were in legacy but some were with modern syntax. This |
Seeing following exception in my acceptance tests:
The issue seems to occur after the model(questions) is resolved in a route whose template looks like this:
the dynamic component in turn uses the angel bracket components for "Input".
However, if I rerun just the broken test, it passes.
Similar issue was reported and closed here : #53
ember-angle-bracket-invocation-polyfill: 2.0.2
ember-source: 2.18.2
jquery: 3.4.1
The text was updated successfully, but these errors were encountered: