Skip to content

Commit 9115264

Browse files
committed
fix json bug
1 parent ff90e91 commit 9115264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools_app/lib/src/shared/framework/routing.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class DevToolsRouteInformationParser
7676
params.removeWhere((key, value) => value == null);
7777
return RouteInformation(
7878
uri: Uri(path: path, queryParameters: params),
79-
state: configuration.state,
79+
state: configuration.state?.state,
8080
);
8181
}
8282

0 commit comments

Comments
 (0)