Skip to content

Commit 9f8ff66

Browse files
author
Brian Vaughn
committed
Scheduling Profiler: Updated instructions to mentioned v18+ requirement
1 parent b9934d6 commit 9f8ff66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/react-devtools-scheduling-profiler/src/SchedulingProfiler.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.WelcomeInstructionsListItemLink {
5555
color: var(--color-link);
5656
margin-left: 0.25rem;
57+
margin-right: 0.25rem;
5758
}
5859

5960
.ImportButtonLabel {

packages/react-devtools-scheduling-profiler/src/SchedulingProfiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const Welcome = ({onFileSelect}: {|onFileSelect: (file: File) => void|}) => (
8686
target="_blank">
8787
profiling build of ReactDOM
8888
</a>
89-
.
89+
(version 18 or newer).
9090
</li>
9191
<li className={styles.WelcomeInstructionsListItem}>
9292
Open the "Performance" tab in Chrome and record some performance data.

0 commit comments

Comments
 (0)