You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Well it certainly feels like history management is conflicting with something... If you could provide a minimal example, I'd love to take a look, because I've had similar problem once, but couldn't reproduce.
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!
The text was updated successfully, but these errors were encountered: