nexushoratio / userscripts

Random userscripts for browsers.
GNU General Public License v3.0
2 stars 0 forks source link

notifications: load more does not work #128

Closed nexushoratio closed 1 year ago

nexushoratio commented 1 year ago

At least on the current view, where all previous notifications are gone and sat empty over night. Have a [New notifications] button. When I press l I get the following in logs:

TypeError: ResizeObserver.observe: Argument 1 is not an object.

Coming from otrot2, and indeed, base is null.

Possibly related to the recent committed but not yet pushed change that moved the registered keys into a getter.

nexushoratio commented 1 year ago

Looks like I had simply failed to reload the browser after some known broken debugging.

It is related to the mentioned change, just not the committed version.