This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Description
Bug report
Steps to reproduce
- Go to '/material-components-web/packages/mdc-data-table/'
- Click on 'README.md'
- Scroll down to 'Variants:Data table with row selection'
- See error at
<svg class="mdc-checkbox__checkmark" viewbox="0 0 24 24">
Actual behavior
the viewbox attribute dosen't work , the style of checkbox is broken .
Your Environment:
| Software |
Version(s) |
| MDC Web |
- |
| Browser |
Safari 13.04/FireFox 72.0.1 |
| Operating System |
macOS 10.15.2 |
Additional context
Webpack/SASS/Vue
Possible solution
this svg attribute seems to be case-sensitive, i replaced viewbox with viewBox and solved it.