Steps:
- Open the Load On Demand With Virtualization demo in CodeSandbox.
- Oberve the error.
- Delete line 8 (import "@lit-labs/virtualizer";)
- Sample compiles.
The error states:
Failed to execute 'define' on 'CustomElementRegistry': the name "lit-virtualizer" has already been used with this registry.

However, when running the sample locally, this line is needed, so that the virtualization feature works.
The sample was introduced with this PR.