Start on /home/dashboard → click on "to /home/dashboard/settings" → click on "to /home/content/settings" → click on "to /home/dashboard/settings" → click on "to /home/content/settings"
Take a look at the console (not browser console) and see the following exception:
Steps to reproduce:
/home/dashboard
→ click on "to /home/dashboard/settings" → click on "to /home/content/settings" → click on "to /home/dashboard/settings" → click on "to /home/content/settings"The exception gets also thrown when you don't navigate quickly. Thus i believe that this is not a duplicate of #170, #91, #84 and #77.
Flutter version: 2.10.4
Example code
```dart import 'package:flutter/material.dart'; import 'package:vrouter/vrouter.dart'; void main() { runApp(MyApp()); } class MyApp extends StatefulWidget { MyApp({Key? key}) : super(key: key); @override State