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
This seems to be caused by #15370.
The markup for the deprecated version of the block doesn't have a form, so we can't find that form here:
jetpack/extensions/blocks/revue/view.js
Line 16 in c70ed04
It causes a JS error on the frontend:
Uncaught TypeError: Cannot read property 'addEventListener' of null at view.js:formatted:91
Reported here: p8oabR-uL-p2#comment-4175
The text was updated successfully, but these errors were encountered:
Copons
Successfully merging a pull request may close this issue.
This seems to be caused by #15370.
The markup for the deprecated version of the block doesn't have a form, so we can't find that form here:
jetpack/extensions/blocks/revue/view.js
Line 16 in c70ed04
It causes a JS error on the frontend:
Reported here:
p8oabR-uL-p2#comment-4175
The text was updated successfully, but these errors were encountered: