You need to sign in to do that
Don't have an account?

Trailhead Lightning Component Framework Specialist Superbadge Challenge 10
Hi,
I am keep getting this error on step 10.

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>
I am keep getting this error on step 10.
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>
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
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