#notifications system

4 messages · Page 1 of 1 (latest)

signal copper
#

notifications.show(
title='Default notification',
message: 'Hey there, your code is awesome! 🤥',
onClose: () => console.log('unmounted'),
onOpen: () => console.log('mounted')
onClick: () => console.log('move page')
);

There is no onClick event. I'm curious as to how to do this.

Technologies used: react, typescript

halcyon monolith
#

onChange maybe?

signal copper
#

Ah, you can use the onClick event. Was it possessed by a ghost?;;

halcyon monolith
#

so what exactly are you trying to do? 🙂