Skip to content

Support for TypeScript version 3.7.x - Optional Chaining error #2231

@CloudPower97

Description

@CloudPower97

Describe the bug

I recently moved to TypeScript version 3.7.3 mainly because of optional chaining operator.

However, it seems that even the react-typescript compiler version 3.1.16 released yesterday has some problem with it.

Steps to Reproduce

  1. Install the latest TypeScript version (as of now 3.7.3)
  2. Try to use the optional chaining operator

Expected Behavior

It should be possible to use the optional chaining operator

Screenshots, exceptions and logs

     > card ...  issues found       
       error found while parsing the file (please edit the file and fix the parsing error): 
          src/components/Card/Filters/index.tsx -> Expression expected.

Specifications

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions