-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Comments block: Try client-side form submission [new store API] #56984
Comments block: Try client-side form submission [new store API] #56984
Conversation
Size Change: +738 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
Flaky tests detected in 35aa650. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7184430341
|
👋 @luisherranz Any advice on the above error? 😬 |
Thank you @DAreRodz for getting this to work! |
}, | ||
}, | ||
actions: { | ||
submit: async ( event ) => { |
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.
This needs to use *
instead of async
and yield
instead of await
🙂
I've carried the changes back over to #53737. Closing this PR. |
What?
Attempt updating #53737 to use the new Store API.
Why?
As a preparatory step to working on fetching required block styles and scripts upon comment submission.
How?
By looking at this diff and this.
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast