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 réponses
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