PerformanceTracksSupported() — react Function Reference
Architecture documentation for the PerformanceTracksSupported() function in TimelineNotSupported.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD dfe412e9_62c5_2d80_89d1_6df1e986ca53["PerformanceTracksSupported()"] af2d2803_cefc_34b0_cb09_2b822b422527["TimelineNotSupported.js"] dfe412e9_62c5_2d80_89d1_6df1e986ca53 -->|defined in| af2d2803_cefc_34b0_cb09_2b822b422527 style dfe412e9_62c5_2d80_89d1_6df1e986ca53 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-devtools-timeline/src/TimelineNotSupported.js lines 19–37
function PerformanceTracksSupported() {
return (
<>
<p className={styles.Paragraph}>
<span>
Please use{' '}
<a
className={styles.Link}
href="https://react.dev/reference/dev-tools/react-performance-tracks"
rel="noopener noreferrer"
target="_blank">
React Performance tracks
</a>{' '}
instead of the Timeline profiler.
</span>
</p>
</>
);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does PerformanceTracksSupported() do?
PerformanceTracksSupported() is a function in the react codebase, defined in packages/react-devtools-timeline/src/TimelineNotSupported.js.
Where is PerformanceTracksSupported() defined?
PerformanceTracksSupported() is defined in packages/react-devtools-timeline/src/TimelineNotSupported.js at line 19.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free