We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's aim to replace classnames with clsx across the monorepo.
classnames
clsx
clsx is now used in Calypso (see Automattic/wp-calypso#91408), in Gutenberg (see WordPress/gutenberg#61138), and in @wordpress packages (related: #37669).
@wordpress
With that mind, it makes sense for Jetpack to make the switch as well, for better consistency.
Internal reference: p4TIVU-aYc-p2
The text was updated successfully, but these errors were encountered:
Resolves #37695 - Use clsx instead of classnames (#37708)
40a8492
* Add rule to disallow `classnames` * Initial pass * `classnames/dedupe` → `@wordpress/token-list` * Add changelog * Use valid changelog types * Remove file from eslint exclusions * Change post-rebase use of classnames * More changelog format compliance fixes * Bump versions
9a3df1d
tbradsha
Successfully merging a pull request may close this issue.
Let's aim to replace
classnames
withclsx
across the monorepo.clsx
is now used in Calypso (see Automattic/wp-calypso#91408), in Gutenberg (see WordPress/gutenberg#61138), and in@wordpress
packages (related: #37669).With that mind, it makes sense for Jetpack to make the switch as well, for better consistency.
Internal reference: p4TIVU-aYc-p2
The text was updated successfully, but these errors were encountered: