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
However, it seems that even the react-typescript compiler version 3.1.16 released yesterday has some problem with it.
Steps to Reproduce
Install the latest TypeScript version (as of now 3.7.3)
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.
Describe the bug
I recently moved to
TypeScriptversion3.7.3mainly because ofoptional chaining operator.However, it seems that even the
react-typescriptcompiler version3.1.16released yesterday has some problem with it.Steps to Reproduce
optional chaining operatorExpected Behavior
It should be possible to use the
optional chaining operatorScreenshots, exceptions and logs
Specifications