-
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 all withNext
wrappers
#32205
Conversation
Size Change: -10 kB (-1%) Total Size: 1.85 MB
ℹ️ View Unchanged
|
39cd496
to
da68e43
Compare
@@ -19,8 +19,7 @@ | |||
"npm": ">=6.9.0 <7" | |||
}, | |||
"config": { | |||
"GUTENBERG_PHASE": 2, | |||
"COMPONENT_SYSTEM_PHASE": 1 |
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.
The only instance of COMPONENT_SYSTEM_PHASE
left in the codebase would be in the changelog, which raises the question: should this change be also added as a changelog entry?
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.
🤔 Not sure @gziolo ?
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.
The project builds correctly, and I compared the local Storybook version of Tooltip
and VisuallyHidden
components against the production version without noticing any differences
LGTM 🚀
8a55309
to
b42224e
Compare
b42224e
to
48a2769
Compare
Description
Because we're moving away from this strategy (see #30503 for details) we can remove the
withNext
component wrappers.How has this been tested?
Run storybook and gutenberg and ensure components and the app work as expected.
Types of changes
Clean up.
Checklist:
*.native.js
files for terms that need renaming or removal).