-
Notifications
You must be signed in to change notification settings - Fork 2k
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. On Safari 7.0.5 #656
Comments
Please provide a way to repo this. |
I can't seem to narrow it down to any one event being fired. it happens right when polymer loads. |
I am getting a similar error:
I'll try to come up with some sample code. I think the issue regards conditional templates.
Let's say when button in tmpl1 is clicked, showTmpl1 gets set to false and showTmpl2 gets set to true. Once the views change, I am unable to interact with any elements, and following some delay, receive an exception... |
The stack trace is related to an infinite loop in Please re-open this if it's still a problem. Providing an test case in the form of a repo link, a jsbin, or a gist would be extremely hlelpful. |
I am receiving a "Maximum call stack size exceeded" error originating from
events.js:638
The text was updated successfully, but these errors were encountered: