We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff90e91 commit 9115264Copy full SHA for 9115264
1 file changed
packages/devtools_app/lib/src/shared/framework/routing.dart
@@ -76,7 +76,7 @@ class DevToolsRouteInformationParser
76
params.removeWhere((key, value) => value == null);
77
return RouteInformation(
78
uri: Uri(path: path, queryParameters: params),
79
- state: configuration.state,
+ state: configuration.state?.state,
80
);
81
}
82
0 commit comments