DEV Community

Discussion on: How to retry when React lazy fails

Collapse
 
lordlp profile image
LORD

Hi, maybe somebody could help me. I'm trying to use this example to avoid problems with chunk loading. But, in my case, it doesn't work. I have an error - Uncaught null. And I can't find a way how to resolve it. In this project, we are using react-router-config. And we are rendering routs like renderRoutes(this.props.routes).

Collapse
 
jacobmgevans profile image
Jacob Evans

My suggestion is to create a "repro" stackoverflow.com/help/minimal-rep...

It will help others help you 😁