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
In the first project, the Select component looks the same as the one in the storybook:
In the second project, the layout is broken:
Furthermore, aria-live messages are visible in the second project but not in the first one. In which case is it working properly? I want to disable them.
However, only in the second project, the CSS is missing at all. The class names are set in the class attributes but the classes themselves don't exist. Very strange.
First project (CSS classes exist):
Second project (CSS classes don't exist):
Hoping in a prompt reply. I need your help to solve this issue. Thanks.
The text was updated successfully, but these errors were encountered:
Are you reporting a bug or runtime error?
Select
behaves strangely while applying custom style even though I useEmotion
cache.Issue description
I'm using this library in two different projects, the latter is a clone of the former. Both of them are using a shadow DOM.
In my tests I used the following code (no customizations):
index
file:Select
component:In the first project, the
Select
component looks the same as the one in the storybook:In the second project, the layout is broken:
Furthermore,
aria-live
messages are visible in the second project but not in the first one. In which case is it working properly? I want to disable them.However, only in the second project, the CSS is missing at all. The class names are set in the
class
attributes but the classes themselves don't exist. Very strange.First project (CSS classes exist):
Second project (CSS classes don't exist):
Hoping in a prompt reply. I need your help to solve this issue. Thanks.
The text was updated successfully, but these errors were encountered: