Giter VIP home page Giter VIP logo

Comments (4)

paldepind avatar paldepind commented on May 24, 2024

Thank you for reporting the issue @lesar. It seems that you are indeed correct that I've borked the JSON 😭

I've fixed the comma problem and released it as 2.0.10. Please see if that also fixes the other issue? 🤞

from list.

lesar avatar lesar commented on May 24, 2024

No the problem is still here.
I have publish a first release functional todo list
If you do the same stuff:
clone the repository,

npm install,  
npm run start  

then see at http://localhost:8080/index.html
you can see my little example.

If you see the warning, seams List is searching my index.ts on ../../src/index.ts but this file is on ../../../../src/index.ts

I hope that is not my stupid conf. error

regards

from list.

paldepind avatar paldepind commented on May 24, 2024

Thanks for the steps for reproducing the issue. I was able to see the error you described.

I think I've found the issue. The files generated by TypeScript included source maps and these source maps where included in the npm package. The sources themselves, however, was not included. This caused the browser to look for sources that didn't exist.

List v2.0.11 should fix the issues. I've tried it in your repository and it seemed to do the trick 😄

from list.

lesar avatar lesar commented on May 24, 2024

I have update and all work fine.
No more warning.
Thank Paldepind

from list.

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.