<InboxContent
onNotificationClick={(notification) => {
// your logic to handle notification click
console.log(notification.id) // DOES NOT WORK
}}
onPrimaryActionClick={(notification) => {
// your logic to handle primary action click
console.log(notification.id) // DOES NOT WORK
}}
onSecondaryActionClick={(notification) => {
// your logic to handle secondary action click
console.log(notification.id) // DOES NOT WORK
}}
<InboxContent
onNotificationClick={(notification) => {
// your logic to handle notification click
console.log(notification.id) // DOES NOT WORK
}}
onPrimaryActionClick={(notification) => {
// your logic to handle primary action click
console.log(notification.id) // DOES NOT WORK
}}
onSecondaryActionClick={(notification) => {
// your logic to handle secondary action click
console.log(notification.id) // DOES NOT WORK
}}