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 8b5b3c5 commit 705df6dCopy full SHA for 705df6d
fixtures/flight/src/App.js
@@ -5,7 +5,7 @@ import Container from './Container.js';
5
import {Counter} from './Counter.js';
6
import {Counter as Counter2} from './Counter2.js';
7
import AsyncModule from './cjs/Counter3.js';
8
-const Counter3 = await AsyncModule;
+const Counter3 = await(AsyncModule);
9
10
import ShowMore from './ShowMore.js';
11
import Button from './Button.js';
0 commit comments