-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Components: remove unused useJumpStep
utility
#35561
Conversation
Size Change: +273 B (0%) Total Size: 1.07 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.
Thanks for following up with this PR @ciampo! The removal looks good to me, and I did a quick smoke test that nothing appears to be broken.
Also, it looks like we aren't exporting the functions from /packages/components/src/utils/
in https://github.com/wordpress/gutenberg/blob/trunk/packages/components/src/index.js, so I assume it's safe to remove the utility function without adding a removal entry to the components package changelog file.
LGTM!
Thank you for the quick review!
Yeah, at this point this is just an internal change. I still went ahead and added it to the CHANGELOG under the |
Description
Remove the unused
useJumpStep
function as discussed in #34817How has this been tested?
Project builds correctly
Types of changes
Cleanup
Checklist:
*.native.js
files for terms that need renaming or removal).