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
Kt YadavKt Yadav 

Trailhead Lightning Component Framework Specialist Superbadge Challenge 10

Hi,
I am keep getting this error on step 10.
User-added image
FriendswithBoat App Code
<aura:application extends="force:slds">
     <lightning:layout >
        <lightning:layoutItem padding="around-small" size="6">
            <c:BoatSearch/>
        </lightning:layoutItem>
        <lightning:layoutItem padding="around-small" size="6">
            <c:BoatDetails/>    
            <article class="slds-card slds-m-bottom_large" title="Current Boat Location">
                <div aura:id="map">
                    <c:Map/>
                </div>
            </article>
        </lightning:layoutItem>
    </lightning:layout>
    <lightning:layout >
    </lightning:layout>
</aura:application>
 
Best Answer chosen by Kt Yadav
Khan AnasKhan Anas (Salesforce Developers) 
Hi,

I trust you are doing very well.

You need to add the Map component to the page. Click the gear icon, edit page and add the component. 

I hope it helps you.

Kindly mark this as solved if the information was helpful.

Thanks and regards,
Khan Anas

All Answers

Khan AnasKhan Anas (Salesforce Developers) 
Hi,

I trust you are doing very well.

You need to add the Map component to the page. Click the gear icon, edit page and add the component. 

I hope it helps you.

Kindly mark this as solved if the information was helpful.

Thanks and regards,
Khan Anas
This was selected as the best answer
Kt YadavKt Yadav
Thanks Khan Anas!