iconfu/svg-inject

makeIdsUnique not working properly

topninja opened this issue · 0 comments

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