-1

The error consists in a repetitive component that is rendered on any route when some router link is clicked. This was not happening every time, and because of that is too important be careful with Svelte animations and Sapper routes.

WurmD
  • 1,231
  • 5
  • 21
  • 42
HaHay77
  • 1
  • 2
  • 1
    Thanks for sharing, but I don't know what would be the best format to share this. I think, instead of describing the "solution" right in the question part, it's better to only describe the problem in the question part, and then create an answer with the "solution" yourself – WurmD Jan 25 '21 at 16:56
  • Hi @WurmD. I really don't know how to use stackoverflow properly. So, thanks for your help and kindness. – HaHay77 Jan 26 '21 at 18:32
  • Hi hi :) Better Now to be even better, can you share here in the Question the full code that was leading to the issue? – WurmD Jan 27 '21 at 09:15

1 Answers1

0

For now, i have been using transitions withou any other params like this:

<section transition:slide> ... </section>

This is not rendering any errors, but following the instructions of reddit seems like have other options to handler that and keep using additional parameters:

https://www.reddit.com/r/sveltejs/comments/e1xc0a/problem_with_routing_and_transitions/

HaHay77
  • 1
  • 2