ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.01k stars 13.51k forks source link

bug?: no "label" property in <IonTextarea> #27714

Closed creatxrgithub closed 1 year ago

creatxrgithub commented 1 year ago

Prerequisites

Ionic Framework Version

v7.x

Current Behavior

1)

`

`

[react-scripts]   Property 'label' does not exist on type 'IntrinsicAttributes & IonTextarea & Pick<HTMLAttributes<HTMLIonTextareaElement>, "hidden" | ... 251 more ... | "onTransitionEndCapture"> & StyleReactProps & RefAttributes<...>'

maybe it's resolved after upgraded:

npm install react@latest react-dom@latest
npm install @ionic/react@7 @ionic/react-router@7

it's a feature of version 7.

Steps to Reproduce

  1. ionic start
  2. ionic serve -w firefox

Code Reproduction URL

No response

Ionic Info

ionic info

Ionic:

Ionic CLI : 7.1.1 (/home/creatxr/.nvm/versions/node/v18.16.0/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/react 7.1.1

Capacitor:

Capacitor CLI : 5.0.5 @capacitor/android : not installed @capacitor/core : 5.0.5 @capacitor/ios : not installed

Utility:

cordova-res : not installed globally native-run : 1.7.2

System:

NodeJS : v18.16.0 (/home/creatxr/.nvm/versions/node/v18.16.0/bin/node) npm : 9.5.1 OS : Linux 6.2

Additional Information

No response

ionitron-bot[bot] commented 1 year ago

Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.

Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.

If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.

For a guide on how to create a good reproduction, see our Contributing Guide.

averyjohnston commented 1 year ago

This issue is being closed due to insufficient reproduction. If this is still a problem in the latest version of Ionic, please open a new issue and ensure the template is fully filled out. Thank you!