protected function constructReactInstance()

in src/XHPReact.php [21:32]


  protected function constructReactInstance(
    string $module,
    dict<string, mixed> $attributes,
  ): void {
    $this->jsCall(
      'XHPJS',
      'renderReactElement',
      $this->toJSElementRef(),
      $module,
      $attributes,
    );
  }