Error in Salesforce 1 app when locker service is enabled
Hello enreeco,
I am using this component to develop an app and works great on desktop. But I get the below error when I open the visualforce page with lightning component embedded in Salesforce 1 app when locker service is enabled. Please advise. Unfortunately, I can't find any info in the debug logs too.
This page has an error. You might just need to refresh it. [NoErrorObjectAvailable] TypeError: undefined is not an object (evaluating 'k.apply') throws at https://c.na17.visual.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:513:85
Thanks,
Vineela
When I remove the readonly="{!v.isLoading}" on the inputlookup component, the field renders but doesn't work. If I add it as it was it was in your original version the field is read only as the page hasn't loaded yet. Component: InputLookup
I'll check as soon as I can
Hi @VineelaKos , can you please retry with the last update I've just pushed in the repo?