简体   繁体   中英

Question about Optional chaining and Nullish coalescing JavaScript operators support in PhpStorm

I wanted to ask if anyone knows how one can support the JavaScript nullish coalescing operator ( ?? ) and the optional chaining operator ( ?. ) in PhpStorm.

Currently I am developing a project in react-native in PhpStorm, both operators work fine but PhpStorm sets an expression expected error and all files using these operators become error underlined.

How can I add support for these features so the IDE is happy?

JavaScript Nullish Coalescing support was implemented more than a year ago, see WEB-32660 . Please make sure that you are using the most recent IDE version and that the JavaScript language version is set to ECMAScript 6 or React JSX in Settings | Languages & Frameworks | JavaScript

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM