-
Notifications
You must be signed in to change notification settings - Fork 792
Closed
Description
Description
// Error message
TypeError: Cannot read property 'call' of undefined// Source code
module.updateTimeout = setTimeout(function () {
try {
requireIndirect(sourceModule.id);
} catch (e) {
console.error(e); // Yep, emit error from here.
}
module.instances.forEach(function (inst) {
return inst.forceUpdate();
});
});Expected behavior
Version 4.5.2 is ok.
Actual behavior
Version 4.6.0 break.
Environment
React Hot Loader version:
Run these commands in the project folder and fill in their results:
node -v: 8.11.4yarn -v: 1.12.3
Then, specify:
- Operating system: macOs
- Browser and version: chrome latest
Reproducible Demo
No, sorry.
Metadata
Metadata
Assignees
Labels
No labels