So, I've got an app that I'm trying to gradually replace all its front end logic (using lit html) with twinspark. Sadly, though, when I introduce the library onto a page with lit html components, it causes very strange behavior. Namely, when I navigate away from the dynamic page and I navigate back, all the components duplicate.
When I remove the twinspark library the component duplication doesn't happen any more.
Do you have any idea why that might happen?
Thanks for any insights you might have!