function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dev87Dev87 

lightning error deploy

Hello, 
I have lightning component to deploy in production environnement.
When validate Inbound changes set, I have this error 

The attribute "id" was not found on the COMPONENT markup://lightning:input
Best Answer chosen by Dev87
Raj VakatiRaj Vakati
As per my knowledge  lightning:input component dnt have any attribute "ID" . Change it to aura:Id and then try to deploy it 

Make sure your component API version is same as production API version ...