-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[styles] Warn if @material-ui/styles is duplicated #15422
[styles] Warn if @material-ui/styles is duplicated #15422
Conversation
Details of bundle changes.Comparing: bdaadb5...c000f54
|
c89c707
to
b955ba9
Compare
e75e60d
to
3764f43
Compare
3764f43
to
a7f9ba5
Compare
language = prism.languages.tsx; | ||
break; | ||
|
||
case 'js': | ||
case 'jsx': | ||
default: | ||
case 'sh': | ||
language = prism.languages.jsx; |
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.
That doesn't seem right. Isn't sh
an alias for bash
?
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.
Yes, it sounds like an alias: https://askubuntu.com/questions/172481/is-bash-scripting-the-same-as-shell-scripting.
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.
This code change doesn't change the logic.
bb53855
to
ef19911
Compare
6daff22
to
6a7ca73
Compare
4ef49d4
to
2801295
Compare
Use the same strategy than styled components: styled-components/styled-components#1412.
Closes #15264