Skip to content

Version 10.0.0 breaks in Chrome 59 (or lower) #241

Closed
@josephmarkus

Description

@josephmarkus

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))

error

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions