Home / File/ SearchingGitHubIssues.js — react Source File

SearchingGitHubIssues.js — react Source File

Architecture documentation for SearchingGitHubIssues.js, a javascript file in the react codebase. 3 imports, 1 dependents.

File javascript BabelCompiler Validation 3 imports 1 dependents 1 functions

Entity Profile

Dependency Diagram

graph LR
  3d6199eb_afec_9e8e_1839_d76cc1b13871["SearchingGitHubIssues.js"]
  0472dbde_b52b_1be3_6e72_8d4482dc85ee["shared.css"]
  3d6199eb_afec_9e8e_1839_d76cc1b13871 --> 0472dbde_b52b_1be3_6e72_8d4482dc85ee
  ac587885_e294_a1e9_b13f_5e7b920fdb42["react"]
  3d6199eb_afec_9e8e_1839_d76cc1b13871 --> ac587885_e294_a1e9_b13f_5e7b920fdb42
  e758e6a1_3a5d_4d08_12ac_8e7aaa9a2300["LoadingAnimation"]
  3d6199eb_afec_9e8e_1839_d76cc1b13871 --> e758e6a1_3a5d_4d08_12ac_8e7aaa9a2300
  5ae46b4f_0f17_18a6_3def_6dc95832bf63["ErrorBoundary.js"]
  5ae46b4f_0f17_18a6_3def_6dc95832bf63 --> 3d6199eb_afec_9e8e_1839_d76cc1b13871
  style 3d6199eb_afec_9e8e_1839_d76cc1b13871 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @flow
 */

import * as React from 'react';
import LoadingAnimation from 'react-devtools-shared/src/devtools/views/Components/LoadingAnimation';
import styles from './shared.css';

export default function SearchingGitHubIssues(): React.Node {
  return (
    <div className={styles.GitHubLinkRow}>
      <LoadingAnimation className={styles.LoadingIcon} />
      Searching GitHub for reports of this error...
    </div>
  );
}

Domain

Subdomains

Dependencies

Frequently Asked Questions

What does SearchingGitHubIssues.js do?
SearchingGitHubIssues.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain, Validation subdomain.
What functions are defined in SearchingGitHubIssues.js?
SearchingGitHubIssues.js defines 1 function(s): SearchingGitHubIssues.
What does SearchingGitHubIssues.js depend on?
SearchingGitHubIssues.js imports 3 module(s): LoadingAnimation, react, shared.css.
What files import SearchingGitHubIssues.js?
SearchingGitHubIssues.js is imported by 1 file(s): ErrorBoundary.js.
Where is SearchingGitHubIssues.js in the architecture?
SearchingGitHubIssues.js is located at packages/react-devtools-shared/src/devtools/views/ErrorBoundary/SearchingGitHubIssues.js (domain: BabelCompiler, subdomain: Validation, directory: packages/react-devtools-shared/src/devtools/views/ErrorBoundary).

Analyze Your Own Codebase

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

Try Supermodel Free