-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(material-experimental/mdc-slider): remove deep imports #23451
Conversation
Fixes a couple of deep imports in the `mdc-slider` package that were causing the CLI to log a warning when the package is installed.
3b00946
to
ff0307d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Might be worth checking with @wagnermaciel on this. I remember there was a reason why this was added.
I'm not certain but I think this might break internally due to visibility issues where Edit: @mmalerba is getting the MDC team to fix this internally so that we can land this 👍🏽 |
👍 I think that we would've had to fix this eventually, because the CLI logs warnings for users. |
Fixes a couple of deep imports in the `mdc-slider` package that were causing the CLI to log a warning when the package is installed. (cherry picked from commit 81b6b6b)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes a couple of deep imports in the
mdc-slider
package that were causing the CLI to log a warning when the package is installed.