We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Component:
ui
What happened:
ClassNames were duplicated when integrating shell-ui navbar within another micro frontend.
What was expected:
Generated class names should be unique per components/micro-frontend to avoid duplication and styling issues.
Resolution proposal:
As recommended by styled component documentation (https://styled-components.com/docs/tooling#namespace), class names should be name-spaced per micro-app to avoid collisions.
The text was updated successfully, but these errors were encountered:
shell-ui: Add styled-component namespacing
2b4ba53
Closes: #3263
a8f739d
c86b66c
1bc0944
a1da909
ebde300
No branches or pull requests
Component:
ui
What happened:
ClassNames were duplicated when integrating shell-ui navbar within another micro frontend.
What was expected:
Generated class names should be unique per components/micro-frontend to avoid duplication and styling issues.
Resolution proposal:
As recommended by styled component documentation (https://styled-components.com/docs/tooling#namespace), class names should be name-spaced per micro-app to avoid collisions.
The text was updated successfully, but these errors were encountered: