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
John Patrick Laurena 1John Patrick Laurena 1 

Discover Lightning Actions Issue

I am stuck doing this challenge. I've installed the package but when I am trying to add a lightning component I get this error

User-added image
Igor Androsov 5Igor Androsov 5
Check if you have Enabled Lightning DEV ORG with MyDomain and have your component assigned to Action as stated in the module.
Noah JurcinNoah Jurcin
Same problem. Lightning is definitely enabled in my Dev Org, but I see nothing in My Domain pertaining to Lightning. Can you provide more detailed instructions? 
Rahul_kumar123Rahul_kumar123
Hi John Patrick Laurena,

Please check the below code and Add it to the lightning component (QuickContact).
<aura:component controller="QuickContactController" implements="force:lightningquickAction,force:hasRecordId">

Please mark it as best Answer if it resolved the issue.

Best Regards
RahulKumar