Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

1 vote
0 answers
830 views

Why React Lazy Load Import Retry doesnt work in IE?

I have situation I want to trigger the retry to assets like chunk.js after deployment, if failed, so that user doesnt see a blank screen. For which this what I did: export const retry = (fn, ...
Noob's user avatar
  • 55