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

Typings missing for messages component #386

Closed
mertsincan opened this issue Apr 19, 2018 · 0 comments
Closed

Typings missing for messages component #386

mertsincan opened this issue Apr 19, 2018 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@mertsincan
Copy link
Member

Reported By PRO User;

We use the messages component in our project. Unfortunately the event typings are missing to handle

closing the message by click on the cross icon.
We need a trigger when a message is closed.

-> Messages.d.ts (MessagesProps)

The source code contains the necessary events.
onRemove: PropTypes.func,
onClick: PropTypes.func

Can you propagate this events

@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Apr 19, 2018
@mertsincan mertsincan added this to the 1.6.0 milestone Apr 19, 2018
@mertsincan mertsincan self-assigned this Apr 19, 2018
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

1 participant