We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a page with elements with IDs that are not accordions, the following console error is thrown for [accordion-script.js:1:1488:
[accordion-script.js:1:1488
Uncaught TypeError: n is null
In the page I was testing, that seemed to break smooth scrolling.
That seems to correspond to this line:
'false' === n.getAttribute('aria-expanded') && (e.classList.toggle('is-open'), n.setAttribute('aria-expanded', 'true'), o.setAttribute('aria-hidden', 'false'))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a page with elements with IDs that are not accordions, the following console error is thrown for
[accordion-script.js:1:1488
:In the page I was testing, that seemed to break smooth scrolling.
That seems to correspond to this line:
The text was updated successfully, but these errors were encountered: