Open plumdumpling opened 2 years ago
Some routes don't render anymore, if the disabled or condition property of the Router changes.
disabled
condition
Router
Here's an example (with the condition property) to reproduce the issue: https://svelte.dev/repl/279f429d7ba643a9bb747e8c3ed9e3a1?version=3.49.0
Is this a bug or am I doing something wrong?
It seems to be a bug, I'll investigating it asap, thank you!
Some routes don't render anymore, if the
disabled
orcondition
property of theRouter
changes.Here's an example (with the
condition
property) to reproduce the issue: https://svelte.dev/repl/279f429d7ba643a9bb747e8c3ed9e3a1?version=3.49.0Is this a bug or am I doing something wrong?