Jonathan Aschan
Jonathan Aschan
### Description It seems that requiring esm in the sidebar config doesn't do anything while it works fine from console. https://github.com/standard-things/esm ``` trying to searching for tests using these settings:...
### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description `scrollIntoView` does not work with `scroller: false` option. ### Reproduction https://lit.dev/playground/#gist=b114d2192f31c607c2547368e8944ced ### Workaround Haven't found any. ### Is this a regression?...
We have a dev server for handling local signin that is on separate port. This seems to crash the router with the following message: ``` Uncaught DOMException: Failed to execute...
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...