π EXCLUSIVE: WordPress/gutenberg/pull/ - HD Photos!
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Conversation
| ( message ) => { | ||
| let data = message?.nativeEvent?.data; | ||
|
|
||
| try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I omitted the existing string check. The try is robust enough to handle non strings.
|
Size Change: 0 B Total Size: 1.37 MB βΉοΈ View Unchanged
|
|
Flaky tests detected in 43ef2da. π Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4639706150
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM π !
I followed the testing instructions from Automattic/jetpack#29990 and confirmed that worked as expected. Similarly, I tested the Embed block using different providers and didn't find any regressions.
I added some minor comments but none should be considered blockers.
Follow testing instructions on
Verify that native embed blocks are performing as expected
What?
Adds the following enhancements to the native
Sandboxcomponent:WebViewcomponent to allow the parent component to inject javascriptWebViewwindowWhy?
WebViewmethods e.g. injecting JavaScript after the component has mountedwindoweventsHow?
forwardRefcallonWindowEventswhich accepts an object of the form{ 'event_type' : eventHandlerFunction }Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast