Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onRemove event does not exists on Growl component #914

Closed
bbshub opened this issue Jun 7, 2019 · 0 comments
Closed

onRemove event does not exists on Growl component #914

bbshub opened this issue Jun 7, 2019 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@bbshub
Copy link

bbshub commented Jun 7, 2019

Hi,

The document for the Growl component includes onRemove event however I am getting below error message. I am using typescript and primereact@3.1.4

<Growl ref={el => { if (el) { this.growl = el; } }} onRemove={this.onGrowlClose} />

Error message:::
Property 'onRemove' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<{ children?: ReactNode; }>'.

@mertsincan mertsincan self-assigned this Jun 21, 2019
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Jun 21, 2019
@mertsincan mertsincan added this to the 3.1.5 milestone Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants