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
navigateToAmpUrl
this.navigation_ is always null when read here:
this.navigation_
amphtml/extensions/amp-next-page/0.1/next-page-service.js
Lines 317 to 318 in a348bbc
The private field is declared here:
Lines 91 to 92 in a348bbc
But the field is never initialized in the file. This error can be reproduced clicking on a link within an <amp-next-page>.
<amp-next-page>
Since this error happens in a click listener, it will cause other click listeners for the event to not be invoked.
This was broken in #17600
The text was updated successfully, but these errors were encountered:
sparhami
No branches or pull requests
this.navigation_
is always null when read here:amphtml/extensions/amp-next-page/0.1/next-page-service.js
Lines 317 to 318 in a348bbc
The private field is declared here:
amphtml/extensions/amp-next-page/0.1/next-page-service.js
Lines 91 to 92 in a348bbc
But the field is never initialized in the file. This error can be reproduced clicking on a link within an
<amp-next-page>
.Since this error happens in a click listener, it will cause other click listeners for the event to not be invoked.
This was broken in #17600
The text was updated successfully, but these errors were encountered: