Patch Changes
-
fix(lit-virtual): create Virtualizer instance before hostConnected (#1061)
When creating an instance of the reactive controller in
connectedCallback, callingaddControllerwill synchronously callhostConnectedon the controller. This means thatthis.virtualizerwill still beundefined.