@weep https://github.com/Hostdon/mastodon/blob/fb58543cdbee7df3990ec4997daf73057c3a362b/app/javascript/mastodon/components/status.js#L531この行でエラーになってるので、
https://github.com/Hostdon/mastodon/blob/fb58543cdbee7df3990ec4997daf73057c3a362b/app/javascript/mastodon/components/status.js#L294このへんにconst { intl, hidden, featured, otherAccounts, unread, showThread, scrollKey, contextType } = this.props;って, contextTypeを書き足して、
https://github.com/Hostdon/mastodon/blob/fb58543cdbee7df3990ec4997daf73057c3a362b/app/javascript/mastodon/components/status.js#L99このへんに contextType: PropTypes.string,を足す。
って感じ?(まぁNaf君にお願いしてください……)