You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Currently (as of v0.26.0), mdc-textfield's root index.js file does not export any of the following:
MDCTextFieldBottomLine
MDCTextFieldBottomLineFoundation
MDCTextFieldHelperText
MDCTextFieldHelperTextFoundation
Imports for these symbols were added to the root index.js as part of #1684, however they were not subsequently exported.
By not exporting these symbols from the root index.js, we provide no way for consumers to access them from dist/mdc.textfield.js bundle. Consumers are instead forced to access them via their ES6 modules, which can be problematic for some (see #929).
The text was updated successfully, but these errors were encountered:
Currently (as of
v0.26.0
),mdc-textfield
's rootindex.js
file does not export any of the following:MDCTextFieldBottomLine
MDCTextFieldBottomLineFoundation
MDCTextFieldHelperText
MDCTextFieldHelperTextFoundation
Imports for these symbols were added to the root
index.js
as part of #1684, however they were not subsequently exported.By not exporting these symbols from the root
index.js
, we provide no way for consumers to access them fromdist/mdc.textfield.js
bundle. Consumers are instead forced to access them via their ES6 modules, which can be problematic for some (see #929).The text was updated successfully, but these errors were encountered: