react-loadable
react-loadable copied to clipboard
ignore undefined key from manifest
Change-Id: I684bb8f54310ab3f9cccd5927ae352bb84bc2a0e
currentModule.rawRequest maybe undefined which makes manifest containes a undefiend key, which seems doesn't make sense.

Really sorry to ask here
Do you happen to know how to prevent undefined? Some of component is used in server side but it is not fetching on server side and fetches when client side takes over. This causes slow page load. I have already asked many times on Stackoverflow and used bounty hunter feature. However, no one could answer that.
Hi, I'm facing a similar issue. Has anyone figured a solution for this?