Help: Why does screen readers doesn't apply styles? #5719
Replies: 2 comments
-
It turned out on my case it is a hydration problem, using For more details check this Remix discord thread |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolve : import type { ComponentType } from 'react';
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a screen reader is used, the react-select classes are not applied which leads to a destroyed UI.
Here's how it looks in a normal screen:
Here's how it looks using a screen reader:
I couldn't reproduce the issue on codesandbox, that's why I think it's more of a problem on my end. and unfortunately, my app doesn't fully support accessibility as I am really ignorant about it 😓
Have you encountered the same issue? If so, could you share your thoughts about what could be the reasons?
Thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions