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 f58c860 commit dff2180Copy full SHA for dff2180
src/index.js
@@ -1,6 +1,6 @@
1
import "./index.css";
2
3
-await Promise.all([
+Promise.all([
4
// We're going to load the editor asynchronously so that we can get to
5
// first-paint faster. This works out nicely since we can use a textarea until
6
// this chunk is loaded.
0 commit comments