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
Nilanjan GangulyNilanjan Ganguly 

Stuck at Lightning component super badge step 2

Hi I am currently stuck on step 2 of the lightning component framework super badge. with this error. I have created both the lightning app page and lightning  app with the same layout but the verification wont go through. Please helpUser-added image
Best Answer chosen by Nilanjan Ganguly
Shubham saini 14Shubham saini 14

Hi

 

Try below code  --

 

<aura:application extends="force:slds">
    <lightning:layout >
        <c:BoatSearch />
    </lightning:layout>
</aura:application>

All Answers

Shubham saini 14Shubham saini 14

Hi

 

Try below code  --

 

<aura:application extends="force:slds">
    <lightning:layout >
        <c:BoatSearch />
    </lightning:layout>
</aura:application>

This was selected as the best answer
Nilanjan GangulyNilanjan Ganguly
Thanks..It Worked..