Open Ragnaros00707 opened 4 years ago
Just found out about problem with optional chaining. After I saved next code: user?.address Formatter changed it to: user ? .address So it doesnt work as expected. I didnt find the solution, so had to disable the formatter
me too i found problem when use ?? in javascript after formatter change to ? ? please how to config for fix this problem thank you advance.
Just found out about problem with optional chaining. After I saved next code: user?.address Formatter changed it to: user ? .address So it doesnt work as expected. I didnt find the solution, so had to disable the formatter