Uncaught TypeError: Cannot read property ‘firstChild’ of null after upgrading to WordPress 5.5

This was fixed in 5.5.1, commit 48877:

Correct the check for reply element existence in comment-reply.js.

document.getElementById() returns null if no matching element was found, so the previous comparison didn’t work as expected.