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 2441363 commit 92441d0Copy full SHA for 92441d0
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