I have build my website using react. I have import a new library for other features the issue is that the new library used id and I have not assigned id to tags since all are rendered using a loop. Changing the code to give id to all tag is difficult since the code is spread across multiple files. What can I do in that case?
I have tried give id using this "uniqueid" library but it is really difficult to do.
I want a way in which all tags get a unique id.