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.
2 parents 5105fa2 + b1bfee7 commit 2bf8138Copy full SHA for 2bf8138
README.md
@@ -105,7 +105,7 @@ import { createAsyncComponent } from 'react-async-component'; // 👈
105
// 👇 create an async component
106
const AsyncProduct = createAsyncComponent({
107
resolve: () => System.import('./Product')
108
- // 🖕 Webpack's code splitting API
+ // 👆 Webpack's code splitting API
109
});
110
111
export default AsyncProduct;
0 commit comments