Skip to content

Commit 6f9307a

Browse files
committed
Use 18.2.0 as default
1 parent cc69921 commit 6f9307a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>React Render Tracker playground</h1>
5050
}
5151

5252
const params = new URLSearchParams(location.hash.slice(1));
53-
const version = params.get("version") || "18.1.0";
53+
const version = params.get("version") || "18.2.0";
5454
const bundleType = {
5555
production: "production.min",
5656
profiling: "profiling.min"

0 commit comments

Comments
 (0)