Chris Nielsen
Chris Nielsen
This issue is affecting me. Would it be helpful if I generate a PR to implement @Huolju 's proposed fix? I have verified that the suggested fix resolves the problem...
Thanks, I've submitted a PR for this. It works on my machine, but of course, please test it on yours! Without this fix, I found that React Native would issue...
I've also noticed this. I believe I have tracked this down to the usage of `nextUniqueId()` function on [line 1498 of @fortawesome/fontawesome-svg-core/index.js][1]. I suspect `nextUniqueId()` should be replaced by `useId()`...