You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InputTextarea is getting flagged by typescript on the rows property. CRA with plain-old-javascript doesn't have this problem, but CRA w/Typescript does.
Fresh react-create-app with the typescript template:
melloware
added
Resolution: Duplicate
Issue has already been reported or a pull request related to same issue has already been submitted
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 10, 2022
Describe the bug
The
InputTextarea
is getting flagged by typescript on therows
property. CRA with plain-old-javascript doesn't have this problem, but CRA w/Typescript does.Fresh react-create-app with the typescript template:
yarn dev
Reproducer
No response
PrimeReact version
8.5.0
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
ALL
Steps to reproduce the behavior
npx create-react-app primereact-test-typescript --template typescript
cd primereact-test-typescript
yarn add primereact
Expected behavior
No error during build or runtime
The text was updated successfully, but these errors were encountered: