You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chrome version 59 (or lower) react-async version 10.0.0 breaks.
Browser reports Uncaught SyntaxError: Unexpected token ..., which appears to be located in react-sync. Here's the specific line: ...getStatusProps(getInitialStatus(initialValue, promise || promiseFn))
This appears to be due to lack of transpilation from ES6 to ES5 in this particular version of react-async.
Downgrading to version of react-async 9.0.0 fixes the issue.
Although Chrome version 59 is 2.5 years old, there's a significant number of users using it, who reported an issue where application would load a blank screen.