-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix ServerSideRender in /wp-admin/widgets.php
#94
Conversation
There was an error: {"code":"rest_invalid_param","message":"Invalid parameter(s): attributes","data":{"status":400,"params":{"attributes":"__internalWidgetId is not a valid property of Object."}
This reverts commit 0e75e1a.
Before, this didn't export the store.
/wp-admin/widgets.php
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.
Unfortunately, I'm still experiencing the original error on the widgets screen with both old and new custom blocks. Still looking into it.
@dreamwhisper, |
There was an error in the GCB editor: the block genesis-custom-blocks/foo is not registered.
@dreamwhisper, |
Changes
/wp-admin/widgets.php
:useBlockProps()
takes care of this.Fixes GF-3214
Testing instructions