width
is too common of a prop name for withWidth, can we make this prop name customizable?
#11952
Closed
2 tasks done
Labels
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
withWidth
is a fantastic helper for building a markup structure that's responsive to the screen size. Currently, the prop supplied has a fixed name "width". Unfortunately, this name is extremely common in existing React components, and since the name "width" is currently hard-coded, there's no way to change it.The text was updated successfully, but these errors were encountered: