SYMBOL INDEX (99 symbols across 14 files) FILE: src/__tests__/act.js function MyUselessComponent (line 6) | function MyUselessComponent() { function Counter (line 22) | function Counter() { function MyUselessComponent (line 39) | function MyUselessComponent() { FILE: src/__tests__/cleanup.js class Test (line 8) | class Test extends React.Component { method componentWillUnmount (line 9) | componentWillUnmount() { method render (line 14) | render() { function Test (line 60) | function Test() { method componentWillUnmount (line 9) | componentWillUnmount() { method render (line 14) | render() { function Test (line 92) | function Test() { method componentWillUnmount (line 9) | componentWillUnmount() { method render (line 14) | render() { FILE: src/__tests__/end-to-end.js function ComponentWithMacrotaskLoader (line 29) | function ComponentWithMacrotaskLoader() { function ComponentWithMicrotaskLoader (line 99) | function ComponentWithMicrotaskLoader() { function ComponentWithMicrotaskLoader (line 187) | function ComponentWithMicrotaskLoader() { FILE: src/__tests__/error-handlers.js function Thrower (line 12) | function Thrower() { function Thrower (line 34) | function Thrower() { method onUncaughtError (line 41) | onUncaughtError(error, errorInfo) { class ErrorBoundary (line 56) | class ErrorBoundary extends React.Component { method getDerivedStateFromError (line 58) | static getDerivedStateFromError(error) { method componentDidCatch (line 61) | componentDidCatch(error, errorInfo) { method render (line 64) | render() { method getDerivedStateFromError (line 142) | static getDerivedStateFromError(error) { method componentDidCatch (line 145) | componentDidCatch(error, errorInfo) { method render (line 148) | render() { function Thrower (line 71) | function Thrower() { function useThrower (line 118) | function useThrower() { method onUncaughtError (line 125) | onUncaughtError(error, errorInfo) { class ErrorBoundary (line 140) | class ErrorBoundary extends React.Component { method getDerivedStateFromError (line 58) | static getDerivedStateFromError(error) { method componentDidCatch (line 61) | componentDidCatch(error, errorInfo) { method render (line 64) | render() { method getDerivedStateFromError (line 142) | static getDerivedStateFromError(error) { method componentDidCatch (line 145) | componentDidCatch(error, errorInfo) { method render (line 148) | render() { function useThrower (line 155) | function useThrower() { FILE: src/__tests__/render.js class MyPortal (line 35) | class MyPortal extends React.Component { method constructor (line 36) | constructor(...args) { method componentDidMount (line 41) | componentDidMount() { method componentWillUnmount (line 44) | componentWillUnmount() { method render (line 47) | render() { function Greet (line 55) | function Greet({greeting, subject}) { class Test (line 79) | class Test extends React.Component { method render (line 80) | render() { function Component (line 140) | function Component() { function Component (line 151) | function Component() { function App (line 180) | function App() { function WrapperComponent (line 205) | function WrapperComponent({children}) { function WrapperComponent (line 268) | function WrapperComponent({children}) { function WrapperComponent (line 285) | function WrapperComponent({children}) { FILE: src/__tests__/renderHook.js function Wrapper (line 55) | function Wrapper({children}) { function Wrapper (line 72) | function Wrapper({children}) { function Wrapper (line 97) | function Wrapper({children}) { FILE: src/__tests__/rerender.js function Component (line 87) | function Component() { FILE: src/__tests__/stopwatch.js class StopWatch (line 4) | class StopWatch extends React.Component { method componentWillUnmount (line 23) | componentWillUnmount() { method render (line 26) | render() { FILE: src/act-compat.js function getGlobalThis (line 7) | function getGlobalThis() { function setIsReactActEnvironment (line 28) | function setIsReactActEnvironment(isReactActEnvironment) { function getIsReactActEnvironment (line 32) | function getIsReactActEnvironment() { function withGlobalActEnvironment (line 36) | function withGlobalActEnvironment(actImplementation) { FILE: src/config.js function getConfig (line 10) | function getConfig() { function configure (line 17) | function configure(newConfig) { FILE: src/pure.js function jestFakeTimersAreEnabled (line 16) | function jestFakeTimersAreEnabled() { function strictModeIfNeeded (line 80) | function strictModeIfNeeded(innerElement, reactStrictMode) { function wrapUiIfNeeded (line 86) | function wrapUiIfNeeded(innerElement, wrapperComponent) { function createConcurrentRoot (line 92) | function createConcurrentRoot( function createLegacyRoot (line 141) | function createLegacyRoot(container) { function renderRoot (line 155) | function renderRoot( function render (line 228) | function render( function cleanup (line 307) | function cleanup() { function renderHook (line 320) | function renderHook(renderCallback, options = {}) { FILE: tests/toWarnDev.js function normalizeCodeLocInfo (line 35) | function normalizeCodeLocInfo(str) { FILE: types/index.d.ts type Config (line 16) | interface Config extends ConfigDTL { type ConfigFn (line 20) | interface ConfigFn { type RenderResult (line 28) | type RenderResult< type BaseRenderOptions (line 50) | type BaseRenderOptions< type RendererableContainer (line 56) | type RendererableContainer = ReactDOMClient.Container type HydrateableContainer (line 57) | type HydrateableContainer = Parameters = Pick> type RenderHookResult (line 184) | interface RenderHookResult { type BaseRenderHookOptions (line 207) | type BaseRenderHookOptions< type ClientRenderHookOptions (line 215) | interface ClientRenderHookOptions< type HydrateHookOptions (line 231) | interface HydrateHookOptions< type RenderHookOptions (line 246) | interface RenderHookOptions< FILE: types/test.tsx function testRender (line 5) | async function testRender() { function testPureRender (line 24) | async function testPureRender() { function testRenderOptions (line 43) | function testRenderOptions() { function testSVGRenderOptions (line 52) | function testSVGRenderOptions() { function testFireEvent (line 62) | function testFireEvent() { function testConfigure (line 67) | function testConfigure() { function testGetConfig (line 81) | function testGetConfig() { function testDebug (line 89) | function testDebug() { function testScreen (line 99) | async function testScreen() { function testWaitFor (line 105) | async function testWaitFor() { function testQueries (line 111) | function testQueries() { function wrappedRender (line 127) | function wrappedRender( function wrappedRenderB (line 147) | function wrappedRenderB( function wrappedRenderC (line 160) | function wrappedRenderC( function wrappedRenderHook (line 178) | function wrappedRenderHook( function testBaseElement (line 196) | function testBaseElement() { function testRenderHook (line 215) | function testRenderHook() { function testRenderHookProps (line 227) | function testRenderHookProps() { function testContainer (line 240) | function testContainer() { function testErrorHandlers (line 266) | function testErrorHandlers() { type IfEquals (line 307) | type IfEquals = (() => G extends T