Question
Using Optional Chaining in Custom Code
I am trying to use optional chaining in the custom code part of a rule. It tells me that Optional chaining' is only available in ES11 (use 'esversion: 11').
I have looked in the documentation and tried to figure out how to do this but i am stuck. If i could get pointed in the right direction or something to enable optional chaining in the custom code section i would appreciate it.