Home / File/ WrapperA.jsx — astro Source File

WrapperA.jsx — astro Source File

Architecture documentation for WrapperA.jsx, a javascript file in the astro codebase. 2 imports, 0 dependents.

File javascript E2ETesting TestFixtures 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  3a444fc9_ff31_a9a8_a1cb_957c5872effc["WrapperA.jsx"]
  b982ec86_0704_9dec_c420_a7e76f82718f["Counter.jsx"]
  3a444fc9_ff31_a9a8_a1cb_957c5872effc --> b982ec86_0704_9dec_c420_a7e76f82718f
  7fdebab3_a2f1_b77e_d89c_f888911f6b06["Counter"]
  3a444fc9_ff31_a9a8_a1cb_957c5872effc --> 7fdebab3_a2f1_b77e_d89c_f888911f6b06
  style 3a444fc9_ff31_a9a8_a1cb_957c5872effc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import Counter from './Counter';

export default function WrapperA(props) {
  return (
    // removing the div avoids the error
    <div data-wrapper-a-root>
      <Counter id={props.id} type="A"></Counter>
    </div>
  );
}

Domain

Subdomains

Functions

Dependencies

Frequently Asked Questions

What does WrapperA.jsx do?
WrapperA.jsx is a source file in the astro codebase, written in javascript. It belongs to the E2ETesting domain, TestFixtures subdomain.
What functions are defined in WrapperA.jsx?
WrapperA.jsx defines 1 function(s): WrapperA.
What does WrapperA.jsx depend on?
WrapperA.jsx imports 2 module(s): Counter, Counter.jsx.
Where is WrapperA.jsx in the architecture?
WrapperA.jsx is located at packages/astro/e2e/fixtures/solid-recurse/src/components/WrapperA.jsx (domain: E2ETesting, subdomain: TestFixtures, directory: packages/astro/e2e/fixtures/solid-recurse/src/components).

Analyze Your Own Codebase

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

Try Supermodel Free