Skip to content
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

Remove SSR error #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove SSR error #351

wants to merge 1 commit into from

Conversation

tomitrescak
Copy link

The component originally tries to be accessible by adding aria-describedby by automatically generated id. This is a breaking behaviour as during SSR on the server, the id differs from the one on the client.

Now, the component aria-described by is filled by the id property. Removing the issue and maintaining accessibility.
Solves #215 and #219 and #334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant