Git Product home page Git Product logo

Comments (2)

mqueirozcorreia avatar mqueirozcorreia commented on July 28, 2024

I have faced the same problem today. To solve I had to open the index.html in work and the one at step 04 (from Downloaded source):

`


. . .

`

to

`



Add new city


Austin, TX Boston, MA Chicago, IL Portland, OR San Francisco, CA Seattle, WA


Add
Cancel

`

After doing that I faced another problem, in which I solved replacing this:

<div class="card cardTemplate weather-forecast" hidden> . . . </div>

To this:

<div class="card cardTemplate weather-forecast" hidden> <div class="city-key" hidden></div> <div class="location"></div> <div class="date"></div> <div class="description"></div> <div class="current"> <div class="visual"> <div class="icon"></div> <div class="temperature"> <span class="value"></span><span class="scale">°F</span> </div> </div> <div class="description"> <div class="feels-like"> <span class="value"></span><span class="scale">°F</span> </div> <div class="precip"></div> <div class="humidity"></div> <div class="wind"> <span class="value"></span> <span class="scale">mph</span> <span class="direction"></span>° </div> </div> </div> <div class="future"> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> <div class="oneday"> <div class="date"></div> <div class="icon"></div> <div class="temp-high"> <span class="value"></span>° </div> <div class="temp-low"> <span class="value"></span>° </div> </div> </div> </div>

After doind these two replaces, all have worked for me

from your-first-pwapp.

petele avatar petele commented on July 28, 2024

Hi!

Thanks for the feedback. I've rewritten the codelab from scratch and believe I have fixed this issue. The code has been updated, and the new guide is now live.

If you find any issues with the new codelab, please let us know!

Thanks!

from your-first-pwapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.