We have a new site which now uses a SPA set up, so Target has followed suit.
The issue I'm having is when I inject my code via Target, it works fine on first load, but if the user navigates back to that page/view, the code will be injected again (and the original injection is still in the DOM)
I...