GithubHelp home page GithubHelp logo

Comments (5)

alex-golubtsov avatar alex-golubtsov commented on August 20, 2024 1

Which version of @types/react do you rely on? Bet it's < 18.0.37

@alex-golubtsov latest, 18.2.8: https://unpkg.com/browse/@types/[email protected]/index.d.ts

@arvinxx thanks for the clarification! It finally works with typescript ^5

from antd-style.

arvinxx avatar arvinxx commented on August 20, 2024

Thanks for your issuing, could your please show me a codesandbox to debug it? I try with @types/react^18 ,it seems work well.

from antd-style.

arvinxx avatar arvinxx commented on August 20, 2024

if you check the types in @types/react@18, you will see FunctionComponent ( alias of FC ) return ReactNode (Line 553).

antd-style 's peerDeps is:

  "peerDependencies": {
    "react": ">=18"
  }

So I think it's not a bug.

from antd-style.

alex-golubtsov avatar alex-golubtsov commented on August 20, 2024

@arvinxx currently @types/react uses ts5.0 types. I don't understand why they do it even for ts versions < 5, but that's how it is. And there is ReactElement instead of ReactNode.

Probably worth to investigate. Which version of @types/react do you rely on? Bet it's < 18.0.37

from antd-style.

arvinxx avatar arvinxx commented on August 20, 2024

Which version of @types/react do you rely on? Bet it's < 18.0.37

@alex-golubtsov latest, 18.2.8: https://unpkg.com/browse/@types/[email protected]/index.d.ts

from antd-style.

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.