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
carbon-components
carbon-components-react
Describe in detail the issue you're having.
The StructuredListWrapper has a border prop which does nothing. This may have been a selector used in v9 that was removed in v10.
StructuredListWrapper
border
You can see in the React component that this prop is supposed to apply a css selector:
const classes = classNames(`${prefix}--structured-list`, className, { [`${prefix}--structured-list--border`]: border, [`${prefix}--structured-list--selection`]: selection, });
But, if you look at the styles for it, the selector doesn't exist.
It seems like this prop should be deprecated.
The text was updated successfully, but these errors were encountered:
tw15egan
Successfully merging a pull request may close this issue.
carbon-components
carbon-components-react
Detailed description
The
StructuredListWrapper
has aborder
prop which does nothing. This may have been a selector used in v9 that was removed in v10.You can see in the React component that this prop is supposed to apply a css selector:
But, if you look at the styles for it, the selector doesn't exist.
It seems like this prop should be deprecated.
The text was updated successfully, but these errors were encountered: