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

Description
Using the 0.41.0 version of the following packages:
- @material/chips
- @material/drawer
- @material/textfield
- ...
Gives the following errors when bundling:
Error: 'MDCChipSet' is not exported by node_modules@material\chips\dist\mdc.chips.js
Error: 'MDCDrawer' is not exported by node_modules@material\drawer\dist\mdc.drawer.js
Error: 'MDCTextField' is not exported by node_modules@material\textfield\dist\mdc.textfield.js
Downgrading to "0.40.1" is a temporary workaround.
What MDC Web Version are you using?
0.41.0
What is the expected behavior?
packages should export: MDCChipSet, MDCDrawer, MDCTextField
What is the actual behavior?
Build fails because of the missing exports
Any other information you believe would be useful?
There is already an issue for MDCSelect #4129 which I believe was facing the same problems as the packages listed above.