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

feature/GW-1099/Second-notification-bug #87

Open
wants to merge 1 commit into
base: hackathon/notifications
Choose a base branch
from

Conversation

remko48
Copy link
Member

@remko48 remko48 commented Jun 29, 2022

to test this you can add the following code:
on line 21:

 const onClick = () => {
    setNotifications((notifications: any) => [{ type: "nl.vng.klanten.contactmoment_gewijzigd" }, ...notifications]);

    console.log(currentNotification);
  };

and a new button above the notificationPopUp

<button onClick={onClick}>setNewNotification</button>

@remko48 remko48 requested a review from lencodes June 29, 2022 11:13
@lencodes lencodes removed their request for review September 19, 2022 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant