makeIdsUnique not working properly
topninja opened this issue · 0 comments
topninja commented
Hi
I am facing some issue.
reproduce step:
- I embed svg by makeIdsUnique : false so svg file embeded correctly without id change.
- reload browser, then id changed (--inject-- number attached to id)
so when I clear cache, and first run is okay but second run after reload browser make id unique even makeIdsUnique:false
what's wrong?
Thanks