engageintellect / spatz

An opinionated template for building full-stack Svelte applications ridiculously fast. Includes auth, database, admin panel, user dashboard, themes, icons, and more.
https://spatz.engage-dev.com
MIT License
158 stars 13 forks source link

intermittent page reload on desktop when liking a guestbook post. #12

Open engageintellect opened 4 months ago

engageintellect commented 4 months ago

sometimes, the page "flickers", re-renders, and/or scrolls to the top when the user likes/unlikes a guestbook post on a desktop browser.

It would appear that the form action's "use:enhance" could be potentially causing the issue? Or possibly GSAP animations during onMount?