Home / File/ repro-bailout-nopanic-shouldnt-outline.js — react Source File

repro-bailout-nopanic-shouldnt-outline.js — react Source File

Architecture documentation for repro-bailout-nopanic-shouldnt-outline.js, a javascript file in the react codebase.

Entity Profile

Relationship Graph

Source Code

// @panicThreshold(none)
'use no memo';

function Foo() {
  return <button onClick={() => alert('hello!')}>Click me!</button>;
}

Subdomains

Functions

Frequently Asked Questions

What does repro-bailout-nopanic-shouldnt-outline.js do?
repro-bailout-nopanic-shouldnt-outline.js is a source file in the react codebase, written in javascript. It belongs to the TestingUtilities domain, Fixtures subdomain.
What functions are defined in repro-bailout-nopanic-shouldnt-outline.js?
repro-bailout-nopanic-shouldnt-outline.js defines 1 function(s): Foo.
Where is repro-bailout-nopanic-shouldnt-outline.js in the architecture?
repro-bailout-nopanic-shouldnt-outline.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/repro-bailout-nopanic-shouldnt-outline.js (domain: TestingUtilities, subdomain: Fixtures, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free