Giter Club home page Giter Club logo

Comments (3)

Jaylyn-Barbee avatar Jaylyn-Barbee commented on June 19, 2024

I believe this is occurring because in your second shortcut you put an empty list for the icons entry,

"shortcuts": [
       ...,
    {
      "name": "Shortcut Link 2",
      "description": "Shortcut Link 2 Description",
      "url": "/shortcutlink2",
      "icons": [
        []
      ]
    }
]

and its looking for an icon there but can't find it. To fix this, you can just completely remove the icon field since its not required for each shortcut. There are also some other warnings in edge dev tools:

image

Try fixing those warnings, packaging again and you should be good to go.

from pwabuilder.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on June 19, 2024

This issue has been automatically marked as "no-recent-activity" because it requires author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment.

from pwabuilder.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on June 19, 2024

This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days.

from pwabuilder.

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.