-
Notifications
You must be signed in to change notification settings - Fork 384
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
Errors from wp-hooks
in WP 5.0-5.5
#6776
Comments
wp-hooks
in WP 5.0wp-hooks
in WP 5.0-5.1
wp-hooks
in WP 5.0-5.1wp-hooks
in WP 5.0-5.2
wp-hooks
in WP 5.0-5.2wp-hooks
in WP 5.0-5.3
wp-hooks
in WP 5.0-5.3wp-hooks
in WP 5.0-5.5
The resolution for the Customizer issue should be just to disable AMP integration in WP<5.6. Update: See #6773 (comment). |
While further debugging the issue, Found that while generating polyfill files it assigned the polyfill object into Line 205 in 4cd08b2
Though testing these changes with other features. |
Humm. But that shouldn't matter, should it? It should be that in a browser context, |
Yes, ideally |
Ah yes, I forgot about strict mode. 👍 |
@bartoszgadomski Those issues are fixed in #6773. Since it's not merged yet, I think it's best to wait with the QA until it's in |
QA Passed
Version 2.2.0-RC1-20211214T235253Z-fda381f @bartoszgadomski If you have capacity today, please confirm everything works as expected with the latest 2.2 production build. |
Bug Description
On the Settings Screen and Onboarding Wizard and AMP Customizer, I'm seeing
Uncaught TypeError: Cannot read properties of undefined (reading 'wp')
in WordPress 5.0-5.5:Nevertheless, the screens seem to work properly.
This is low priority given the old WP version.
Expected Behaviour
No errors should occur on these screens.
Screenshots
No response
PHP Version
No response
Plugin Version
2.2
AMP plugin template mode
Standard, Transitional, Reader
WordPress Version
No response
Site Health
No response
Gutenberg Version
No response
OS(s) Affected
No response
Browser(s) Affected
No response
Device(s) Affected
No response
Acceptance Criteria
No response
Implementation Brief
No response
QA Testing Instructions
No response
Demo
No response
Changelog Entry
No response
The text was updated successfully, but these errors were encountered: