Antony

Results 2 issues of Antony

This is happening because `_onAnchorClick` method has `if (this.url.href === url.href) return;` Is this intended? I think it is better to just prevent the event in this case: ```javascript _onAnchorClick...

### Describe the bug For some reason when building for production and using top level await for an import() function that imports a module which imports another module the import()...

pending triage