## 💬 Questions and Help Hi, is it possible to make IDs unique at runtime? **Problem:** We use the `prefixIds` plugin and that makes unique IDs for our icons set at the build stage. However, these IDs are not unique on the page, as we might use the same icon multiple times and we want to have unique IDs for each icons on the page. **Example:** We have an icon with unique IDs at the build stage, and it's added to the page twice  However, if we add `display: none;` to the first icon, it affects the second one  If we could add a random prefix or postfix to the created ID when the component mounts, this would solve the problem
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by nkroe and has received 1 comments.