We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90acdd0 commit cc769bbCopy full SHA for cc769bb
__brick__/web/flutter_bootstrap.js
@@ -62,7 +62,7 @@ async function beginPreloading() {
62
}
63
64
async function loadBatch(urls) {
65
- const loadPromises = urls.map(url => load(url).then(async () => await reportProgress()));
+ const loadPromises = urls.map(url => load(url).then(reportProgress()));
66
try {
67
return await Promise.all(loadPromises);
68
} catch (error) {
0 commit comments