Skip to content

Choose a tag to compare

@github-actions github-actions released this 22 Oct 13:17
102a779

Patch Changes

  • fix(lit-virtual): create Virtualizer instance before hostConnected (#1061)

    When creating an instance of the reactive controller in connectedCallback, calling addController will synchronously call hostConnected on the controller. This means that this.virtualizer will still be undefined.