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

Runtime issue: RangeError: Maximum call stack size exceeded #886

Closed
oscarmarina opened this issue May 10, 2018 · 1 comment
Closed

Runtime issue: RangeError: Maximum call stack size exceeded #886

oscarmarina opened this issue May 10, 2018 · 1 comment

Comments

@oscarmarina
Copy link

oscarmarina commented May 10, 2018

https://pwa-starter-kit.appspot.com/

RangeError: Maximum call stack size exceeded
    at Array.reduce (<anonymous>)
    at Object.dom.shadowElementsFromPoint (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-adapter.js:10901:53)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-adapter.js:10903:35
    at Array.reduce (<anonymous>)
    at Object.dom.shadowElementsFromPoint (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-adapter.js:10901:53)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-adapter.js:10903:35
    at Array.reduce (<anonymous>)
    at Object.dom.shadowElementsFromPoint (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-adapter.js:10901:53)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-adapter.js:10903:35
    at Array.reduce (<anonymous>)
@WilcoFiers
Copy link
Contributor

Thanks for the report. This was an issue that was introduced in Chrome 66 when they changed the elementsFromPoint method. You'll need to upgrade to Axe-core 3.0.2 for the fix:
#856

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

2 participants