-
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
useBaseField: Convert component to TypeScript #45712
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
Size Change: 0 B Total Size: 1.32 MB ℹ️ View Unchanged
|
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.
Thank you for iterating on this! I gave it another look and left a couple more comments (sorry for not noticing before!)
Hey @walbo , let me know if you don't have capacity to work on this, and I'll be happily take over :) |
Hi @ciampo Yes, I'm a bit busy with other commitments the next couple of weeks so if you don’t mind I would appreciate if you could land this one 👍 Thanks |
Absolutely, no issues! Thank you anyway for starting the work on this one! |
93b3f4e
to
dc1ffdc
Compare
What?
Refactor the
useBaseField
component to TypeScript.Why?
Part of the @wordpress/components's TypeScript migration (#35744).
How?
Testing Instructions
npm run dev
and ensure no typing errorsnpm run test:unit -- packages/components/src/base-field
and make sure unit tests passes.