Mark DeMichele
Mark DeMichele
I was able to use React's useId hook and it worked perfectly. https://react.dev/reference/react/useId I just set titleId equal to {useId()} and that did the trick. Maybe FontAwesome can be updated...
I was thinking it can be fixed in the react component around this section of code. https://github.com/FortAwesome/react-fontawesome/blob/0a6f97d1a66271828f87a8ff705c4d7d87f87bfc/src/components/FontAwesomeIcon.js#L75 basically pass titleId as `titleId || useId()` This way if the user didn't...
Any idea on when this will be released?