-
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
Refactor MetaBoxesArea to to functional components using hooks. #30542
Conversation
Size Change: +1.21 kB (0%) Total Size: 1.08 MB
ℹ️ View Unchanged
|
packages/edit-post/src/components/meta-boxes/meta-boxes-area/index.js
Outdated
Show resolved
Hide resolved
packages/edit-post/src/components/meta-boxes/meta-boxes-area/index.js
Outdated
Show resolved
Hide resolved
Hi, @torounit Thanks for working on this.
|
@torounit, sorry for the late follow-up on this PR. Can you rebase the current trunk? I'll do another round of tests, and we're good to land this 👍 |
I made a few changes. And I've included trunk. Can I have you test it? |
Thanks, @torounit I will test this first thing in the morning tomorrow 👍 |
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 👍
Sidenote: I think it's preferred method to use But this isn't a blocker. |
@torounit, I think we're good to merge this PR. |
Description
Related: #22890 his PR refactors the
MetaBoxesArea
component into a function component using React hooks.How has this been tested?
Show block editor and check custom field metabox and others.
Checklist:
*.native.js
files for terms that need renaming or removal).