Closed shamsPathan closed 1 year ago
`const { notify } = useNotification();
function onClick() { notify({ title: "Title", text: "Hello notify!", }); }`
There was an type in in line const { notifiy } = useNotification();
const { notifiy } = useNotification();
@shamsPathan Hi! Thank you. I missed it...
`const { notify } = useNotification();
function onClick() { notify({ title: "Title", text: "Hello notify!", }); }`
There was an type in in line
const { notifiy } = useNotification();