snowpack/esbuild 0.9 doesn't support override keyword

This commit is contained in:
Bruno Windels 2021-11-23 14:25:00 +01:00
parent 7897ea88cd
commit c64a9c1e23

View file

@ -63,7 +63,8 @@ export class LazyListView<T, V extends IView> extends ListView<T, V> {
}
}
override async loadList() {
// override
async loadList() {
/*
Wait two frames for the return from mount() to be inserted into DOM.
This should be enough, but if this gives us trouble we can always use