ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Client error: Failed to resolve asyncComponent on Safari 11.1 #585

Open eneskaya opened 6 years ago

eneskaya commented 6 years ago

I get a strange error when attempting to run my SSR React app in Safari, in production:

bildschirmfoto 2018-06-28 um 13 29 16

This does not happen on Chrome and Firefox, but only on Safari v11.1 when in production, also what happens is that the component is not rendering. What could this be?

vsc-github commented 6 years ago

Yeah, I've encountered this too on some versions of Safari. Couldn't really pin-point the cause.