** PLEASE READ THIS BEFORE FILING AN ISSUE **
RMWC is just a React wrapper for Google's official MDC that provides a props based interface for their components. Is the bug being caused by RMWC, or MDC? Please do your best to track down where the bug is originating from and post your issue to the proper repository. MDC bugs should be filed here https://github.com/material-components/material-components-web/issues.
Also, please note that RMWC does not contain any styles of its own, so if you're having any style related issues it is probable that the issue is with MDC.
Bugs that would likely be caused by RMWC:
- synchronicity issues: The underlying MDC component or behavior does not match up with your props.
- missing MDC features: MDC says you can do "X" but there is no prop or option for it in RMWC.
Follow the template below to ensure the quickest and most accurate response to your issue.
Please be specific, e.g. major.minor.patch
Please include the browser version. A user-agent string is also quite helpful.
Webpack, Create React App, Browserify, SystemJS, None, etc.
Please write the steps which need to be taken in order to reproduce the bug. These steps should be as detailed as possible, e.g.
Please describe what the component/code should be doing that it's not.
Please describe what the component/code is actually doing that's different from what it should be doing.