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

Exports broken for chips, drawer and textfield #4135

@thdk

Description

@thdk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions