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
Amit Singh 1Amit Singh 1 

Lightning Component Framework Specialist - Step 6

Hi All,

I am getting below error while checking the challenge for Lightning Component Framework Specialist at step 6

Challenge Not yet complete... here's what's wrong: 
The BoatSelected event isn't configured correctly. There is something missing or improperly configured in the BoatSelected.evt file.

Please help
Best Answer chosen by Amit Singh 1
Amit Singh 1Amit Singh 1
Resolved the issue

All Answers

Abhishek-tandonAbhishek-tandon
I guess you might have used that as component leel event, that is why its not working. pleae try to make it application level. if still noe solve the issue, then please provide your actual code.
 
<aura:event type="APPLICATION" description="Application Event" >
     <aura:attribute name="boat" type="Boat__c"/>
</aura:event>

 
Amit Singh 1Amit Singh 1
Resolved the issue
This was selected as the best answer
Satyanarayana ADNVSatyanarayana ADNV
Hello @AMIT,

Please post the solution which helped you to resolve this error ASAP
swapna Ravula 22swapna Ravula 22
Hi,
Can some one please help me out with the below issue.
User-added image

 
Rahul Kainth 3Rahul Kainth 3

Hi Amit,

How did you resolve the issue ? I am facing the same error