-
Notifications
You must be signed in to change notification settings - Fork 895
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
Use correct babel-polyfill based on Gutenberg's presence #10969
Conversation
CR 👍 |
Seems the wp-polyfill thing has some upstream issues to start with, reported here: WordPress/gutenberg#9794 (comment) Regardless, in IE11 I see the error about the double babel polyfill is gone. There are other errors though, and the analysys metabox is completely blank. |
Ok so seems the upstream issue has been solved in a separate PR and merged on master. Master wasn't merged in the polyfill PR though. See WordPress/gutenberg#9794 (comment) |
After the upstream issue has been solved and after yarn-upgrading yoastseo, most of the errors I was seeing in IE11 are gone. But... when activating the Classic Editor plugin, there are a few errors, starting from the the error points to so apparently when Gutenberg is disabled, Also, there are a few errors in the edit post screen: screenshot of the last part: seems they're all related to |
P.S. the |
P.S. 2 also the |
Acceptance by @dariaknl done 👍 |
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
This PR can be tested by following these steps:
Gutenberg 3.8
composer install
,yarn install
enyarn start
.wp-config.php
and usegrunt:build
instead ofyarn start
)Gutenberg pull 9794
composer install
,npm install
ennpm run build
.composer install
,yarn install
enyarn start
.wp-config.php
and usegrunt:build
)Quality assurance
Fixes #10953