material-components-web-react icon indicating copy to clipboard operation
material-components-web-react copied to clipboard

Material Components for React (MDC React)

Results 137 material-components-web-react issues
Sort by recently updated
recently updated
newest added

Hi, When I render the Switch component in Storybook with the A11Y addon, I get the following accessibility violation: "Required ARIA attribute not present: aria-checked." ![image](https://user-images.githubusercontent.com/14210200/63875558-8d932500-c978-11e9-8912-182f40d1d3f1.png) ![image](https://user-images.githubusercontent.com/14210200/63875578-997ee700-c978-11e9-98d2-d44797775f3f.png) I tried adding...

The last commit was in 2019.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla: yes
dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla: yes
dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla: yes
dependencies

The latest `create-react-app` installs version 17. Is it possible to update `peerDependencies` to include `^17.0.0` so I don't have a screenful of unmet peer dependency warnings?

Peer dependencies conflict with main React for the latest version. This causes problems on Server Side Rendering with ExpressJS. Workarounds such as installing them anyways with `--legacy-peer-deps` or including those...

I'm using a Button component from a different library, and I want to add a ripple to it. But it is impossible to get a ref to it because withRipple...

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.17 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...

cla: yes
dependencies

Adding `icon` or `trailingIcon` to the button results in an error: ``` Cannot read property 'className' of undefined at c (.../node_modules/@material/react-button/dist/index.js:1:3344) ... ``` Problem seems to be related to [this...