1 parent cc69921 commit 6f9307aCopy full SHA for 6f9307a
1 file changed
playground/index.html
@@ -50,7 +50,7 @@ <h1>React Render Tracker playground</h1>
50
}
51
52
const params = new URLSearchParams(location.hash.slice(1));
53
- const version = params.get("version") || "18.1.0";
+ const version = params.get("version") || "18.2.0";
54
const bundleType = {
55
production: "production.min",
56
profiling: "profiling.min"
0 commit comments