Giter Club home page Giter Club logo

Comments (11)

ajhenry avatar ajhenry commented on May 19, 2024 1

I ran into this issue too when building locally and rather than trying to fix all the types I just skipped the lib type check with this typescript compiler flag

"skipLibCheck": true

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on May 19, 2024

I have seen some tsc references build errors but this is like complaining about all the types. I will have a look but do not have much idea about the ETA nor where to start.

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on May 19, 2024

Can you confirm that you have only one version of listr in your monorepo? But even though you do have two it is still too much errors.

And can you confirm whether it builds without the references and manually building them first.

from listr2.

g5becks avatar g5becks commented on May 19, 2024

tried it. still not building.

tsserver is reporting all of the same issues as the compiler though.

Screenshot from 2020-09-10 12-53-17

from listr2.

g5becks avatar g5becks commented on May 19, 2024

Also checked to confirm that only one version was available. The only version I can find is 3.0.1 in my root node_modules

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on May 19, 2024

I am bit baffled about this. Havent had any progress with it.

from listr2.

ajhenry avatar ajhenry commented on May 19, 2024

I found it to be because of the highly customized tsconfig in the repo. When I was contributing to the project I couldn't even get the @<path> to resolve correctly, nor could I get the examples to build without some intervention

from listr2.

jd1048576 avatar jd1048576 commented on May 19, 2024

I am also having issues with the type declarations, I created an example by copying the examples directory and updating the imports to use the npm package. I created a workflow to show the errors.

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on May 19, 2024

Okay thank you for reproduction. I will have a further look at it. The problem seems to be assigning default renderer for type completion again. I guess i have to find another way to do that part. In the mean time you can disable library type check in the tsconfig file if you wish.

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on May 19, 2024

On further notice I have realized that it does not return the static options and per task options properties of renderer by generics. Earlier versions supposedly returned rendererOptions and per task options utilizing generic types. I will go back and take a look which update did broke it.

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on May 19, 2024

🎉 This issue has been resolved in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

from listr2.

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.