Giter VIP home page Giter VIP logo

Comments (7)

ferdaber avatar ferdaber commented on March 29, 2024

Hmm, this should work out of the box. Which version of TS and the react types are you on?

from react.

RowiDont avatar RowiDont commented on March 29, 2024

Hmm, this should work out of the box. Which version of TS and the react types are you on?

typescript: 3.2.2
@types/react: 16.7.17

I can't check right now if an update will fix my problems, but will try that later today/tomorrow.

from react.

RowiDont avatar RowiDont commented on March 29, 2024

I am now on:

typescript: 3.3.4000
@types/react: 16.8.8

I'm still getting this error.

Type '{ children: (string | Element)[]; className: any; }' is not assignable to type 'IntrinsicAttributes'.
  Property 'className' does not exist on type 'IntrinsicAttributes'.

If I remove the className prop, I simply get:

Type '{ children: (string | Element)[]; }' has no properties in common with type 'IntrinsicAttributes'.

from react.

ferdaber avatar ferdaber commented on March 29, 2024

With this entire codebase I get no errors with the same version:

import React from 'react'

type Props = {
  tag: 'h1' | 'h2' | 'h3'
}

export const Component = (props: Props) => {
  const text = 'abc'
  const HeaderTag = props.tag
  return <HeaderTag>{text}</HeaderTag>
}

Is there anything else you're leaving out? maybe a minimally-reproducible repo would help too.

from react.

RowiDont avatar RowiDont commented on March 29, 2024

Okay, that's good to hear!

I'll see if I can make a small repo that has the issue.

from react.

RowiDont avatar RowiDont commented on March 29, 2024

I cannot replicate it outside my project. Must be something about my current project that is causing this. Thanks for looking.

from react.

swyxio avatar swyxio commented on March 29, 2024

ha, good to know. ifyou ever do figure out what blocked it, i'm super curious to hear!

from react.

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.