Skip to main content
Hi all,

 

When trying to push changes to my scratch org changes seem not be recognized. I've added the files bikeCard.html, bikeCard.js and bikeCard.js-meta.xml under the folder ebikes-lwc/force-app/main/deafult/lwc. However, the command sfdx force:source:push leads to 'No results found'. 

 

Does anyone has an suggestion what to do about it?
5 respostas
  1. 10 de nov. de 2025, 16:35

    In my case, it seems like the the optional chaining // safe navigation operator is not yet supported in Aura

    component helpers.  

     

    const example = variableThatMayBeNull?.propertyToAccess;

    // ^ causes "No result found" on deployment

0/9000