Open youtube.com
Enable desktop notfications in settings

Open the devtools console and pasta in this code
new Notification('Notfication Bug', {
body: 'repro',
data: {
nav: 'https://youtube.com/@HacksoreDev',
},
});
A notfication should show and try clicking it

Ideally the notifications should open to youtube.com/@HacksoreDev but for some reason it can't be dismissed when you click on it.
Make sure you have notifications enabled for Chrome
