ProfilingNotSupported() — react Function Reference
Architecture documentation for the ProfilingNotSupported() function in ProfilingNotSupported.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 6faebe06_145f_881c_a234_11e3003555c8["ProfilingNotSupported()"] 0b624ab1_bdaa_ae7f_a85e_5d9c7cd1567d["ProfilingNotSupported.js"] 6faebe06_145f_881c_a234_11e3003555c8 -->|defined in| 0b624ab1_bdaa_ae7f_a85e_5d9c7cd1567d style 6faebe06_145f_881c_a234_11e3003555c8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js lines 14–35
export default function ProfilingNotSupported(): React.Node {
return (
<div className={styles.Column}>
<div className={styles.Header}>Profiling not supported.</div>
<p className={styles.Paragraph}>
Profiling support requires either a development or profiling build of
React v16.5+.
</p>
<p className={styles.Paragraph}>
Learn more at{' '}
<a
className={styles.Link}
href="https://fb.me/react-devtools-profiling"
rel="noopener noreferrer"
target="_blank">
reactjs.org/link/profiling
</a>
.
</p>
</div>
);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ProfilingNotSupported() do?
ProfilingNotSupported() is a function in the react codebase, defined in packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js.
Where is ProfilingNotSupported() defined?
ProfilingNotSupported() is defined in packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free