Components: Clean up utils/config-values.js
file
#43997
Labels
[Package] Components
/packages/components
[Type] Code Quality
Issues or PRs that relate to code quality
What problem does this address?
Similar to #40392, the
config-values.js
file contains a lot of values that are likely irrelevant to the current direction of the components package. This sometimes causes confusion to component implementors, in that they reach for values from this file when they maybe shouldn't.What is your proposed solution?
See if any of the values can be salvaged as useful constants, and for any other values we can demote them.
The text was updated successfully, but these errors were encountered: