reactjs-popup icon indicating copy to clipboard operation
reactjs-popup copied to clipboard

Remove SSR error

Open tomitrescak opened this issue 2 months ago • 0 comments

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

tomitrescak avatar Apr 16 '24 10:04 tomitrescak