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
I was experiencing the same warning - thanks for opening the bug and thanks for the quick fix! Upgrading to 1.41.2 solves the issue. I think the bug can be closed now.
Package
@carbon/react
Browser
Chrome
Package version
11.41.1
React version
16.14.0
Description
offending line https://github.com/carbon-design-system/carbon/blob/main/packages/styles/scss/components/slider/_slider.scss#L149
because the
/
is wrapped in a#{}
it doesnt count as being inside the calcReproduction/example
na
Steps to reproduce
try to pull in the latest 11.41.1 into a repo and include
@use '@carbon/react';
Suggested Severity
Severity 3 = workaround
You can use the --quiet-deps and/or --quiet option to tell sass not to emit these warnings
https://sass-lang.com/documentation/cli/dart-sass/#quiet
Application/PAL
Satellite-UI
Code of Conduct
The text was updated successfully, but these errors were encountered: