Yashikaone edited a comment on pull request #5961: URL: https://github.com/apache/cloudstack/pull/5961#issuecomment-1032236085
(this.resource && this.resource.id && newItem && newItem.id !== oldItem.id) Can the above line be rewritten as this or is the usage of '&&' along with '?.' restricted? (this.resource?.id && newItem?.id !== oldItem.id) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
