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 37be214 commit 22e0abbCopy full SHA for 22e0abb
dashboard-plugin/FederationDashboardPlugin.js
@@ -39,7 +39,7 @@ const computeVersionStrategy = (stats, arg) => {
39
} else if (arg === "gitSha") {
40
return gitSha;
41
} else if (arg) {
42
- return arg;
+ return arg.toString();
43
} else {
44
45
}
0 commit comments