Skip to main content

Hi! I'm working on this module and I keep getting this challenge error:

Challenge not yet complete in Quick Start: Lightning Web Components

We can't find the '{name}' attribute in the selector.html file.

 

BUT - I did add the name attribute to the selector.html file, as shown. Please help. 

 

<template>     <div class="wrapper">     <header class="header">Available Bikes for {name}</header>     <section class="content">         <div class="columns">         <main class="main" >             <c-list onproductselected={handleProductSelected}></c-list>         </main>         <aside class="sidebar-second">             <c-detail product-id={selectedProductId}></c-detail>         </aside>         </div>     </section>     </div> </template>

11 answers
  1. Aug 12, 2021, 6:41 AM

    Hi Monica,

     

    It is written as follows. Can you confirm that it was deployed?

     

    When you deploy the selector component files to your org (make sure that your deployment includes the selector files), you should see the following with your name instead of Mary Jones. You might need to refresh the page.

0/9000