Skip to content

Commit

Permalink
Scheduling Profiler: Updated instructions to mentioned v18+ requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 6, 2021
1 parent b9934d6 commit 9f8ff66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
.WelcomeInstructionsListItemLink {
color: var(--color-link);
margin-left: 0.25rem;
margin-right: 0.25rem;
}

.ImportButtonLabel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Welcome = ({onFileSelect}: {|onFileSelect: (file: File) => void|}) => (
target="_blank">
profiling build of ReactDOM
</a>
.
(version 18 or newer).
</li>
<li className={styles.WelcomeInstructionsListItem}>
Open the "Performance" tab in Chrome and record some performance data.
Expand Down

0 comments on commit 9f8ff66

Please sign in to comment.