On PRs the info is either wrongly shown to a comment, or is not shown at all
The issue is that on PRs the info is either shown to a comment instead of OP, or is not shown at all. It started recently.
It occurs with latest v21.2.21.1941 (with token) with Chrome 98 on win11 using a fresh profile. But it works ok with v21.3.1 with Firefox. There's no error in console except for the last example.
Screenshot examples:
example 1a (to a comment, instead of OP) :
https://github.com/tanmayrajani/notifications-preview-github/pull/114

example 1b (to a comment, instead of OP) :
https://github.com/tanmayrajani/notifications-preview-github/pull/108

example 2 (not shown at all) :
https://github.com/tanmayrajani/notifications-preview-github/pull/122

Error in console for the last example:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'insertAdjacentHTML')

I'm experiencing this issue as well.