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 0aa67b7 commit 80ee809Copy full SHA for 80ee809
packages/component/src/loadableReady.js
@@ -41,7 +41,7 @@ export default function loadableReady(
41
function checkReadyState() {
42
if (
43
requiredChunks.every(chunk =>
44
- loadedChunks.some(([chunks]) => chunks.includes(chunk)),
+ loadedChunks.some(([chunks]) => chunks.indexOf(chunk) > -1),
45
)
46
) {
47
if (!resolved) {
0 commit comments