primereact-typescript-quickstart icon indicating copy to clipboard operation
primereact-typescript-quickstart copied to clipboard

Quickstart Application for PrimeReact with Typescript

Results 2 primereact-typescript-quickstart issues
Sort by recently updated
recently updated
newest added

Importing InputText and adding `` to the App.tsx crashes the app. The Error: `~/primereact-typescript-quickstart/node_modules/primereact/components/inputtext/InputText.d.ts (3,11): Interface 'InputTextProps' incorrectly extends interface 'HTMLProps'. Types of property 'onInput' are incompatible. Type '((event: Event)...