form icon indicating copy to clipboard operation
form copied to clipboard

fix(lit-form): initialize api before adding controller

Open Avocher opened this issue 11 months ago • 0 comments

The following fix allows for lazily instancing the TanStackFormController. Before it would crash if the element had already rendered because addController would immediately call the hostConnected callback and crash because this.#api would be undefined.

Avocher avatar Mar 08 '25 14:03 Avocher